﻿.latest-style {
    scroll-behavior: smooth;
}

.latest-style {
    font-family: 'Montserrat' !important;
    font-weight: 500;
    font-size: 14px;
    color: #000;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Montserrat';
}

.latest-style::-webkit-scrollbar {
    width: 10px;
}


.latest-style::-webkit-scrollbar-track {

    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);

}




.latest-style::-webkit-scrollbar-thumb {

    background-color: darkgrey;

    outline: 1px solid slategrey;

}
  
/* Header/Logo Title */
header {
  background: #fff;
  overflow: hidden;
  }
  #our-part
  {
	  width: 100%;
    background-color:#ECF4EE;
     padding: 50px 0 70px;

}

.container-1 {
 --bs-gutter-x:1.5rem;--bs-gutter-y:0;width:100%;margin-right: auto;
	margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
/*
  margin-right: auto;
  margin-left: auto;*/
}
@media screen and (min-width: 480px) {
    .container-1{
          margin: 0 auto;
          width: 100%;
        }
 }
@media (min-width: 576px) {
.container-1
{max-width:540px}
   }
@media (min-width: 768px) {
  .container-1 {
  max-width:720px;
  }
}
@media (min-width: 992px) {
  .container-1 {
  max-width:960px;
  }
}
@media (min-width: 1200px) {
  .container-1 {
     max-width: 1137px;
  }
}
a.txt-white:hover
{
		color:#ffffff;
		text-decoration: underline !important;
}
.txt-white
{
	color:#ffffff;
}
.fontcolor
{
	color:#0F1B34;
}
.bold-300
{
	font-weight:300;
}

.bold-400
{
	font-weight:400;
}
.bold-500
{
	font-weight:500;
}
.bold-600
{
	font-weight:600;
}
.btn1 {
    text-transform: uppercase;
    vertical-align: bottom;
    border: 0;
    font-weight: 500;

    font-size: .75rem;
    line-height: 1.5;
    
    
    
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;

    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.7;
    --bs-btn-color: #212529;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0.375rem;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);

    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-Login{color:#fff;background-color:#136F45}
.btn-Login.focus,.btn-Login:focus,.btn-Login:hover{color:#fff;background-color:#136F45}

.btn-filter{color:#000;background-color:#FAFAFA;border:2px solid #D5D5D5;}

#Aviation1{
    width: 100%;
    background-color:#fff;
     padding: 50px 0 70px;

}

.header-navbar li a {
  color: #000 !important;
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}

.header-navbar li a img {
  margin-right: 7px;
}

.profile-button  {
  border-radius: 30px;
  padding: 15px 25px;
  background: #EFEFEF;
}

.topnavbar  {
  display: flex;
  align-items: center;
}

h1
{
	font-family: 'Montserrat';
	 font-size:40px;
	 color:#0F1B34;
    font-weight: 300;
	 
}
.content-slider h2
{
	 font-family: 'Montserrat';
	 font-size:32px;
	 font-weight:300;
}
h6{
	font-size:16px;
}
h3
{
	font-size:35px;
    font-weight: 300;
	color:#0F1B34;
}

#inputGroupSelect02
{
	height:35px;
	background-color:#E1EDE4;
	color:#0C551D;
	border:1px solid #BFCEC3;
}
p{
	font-family: 'Montserrat';
	font-size:12px;
	color:#000;
}
#news-content
{
	width: 100%;
    background-color:#ECF4EE;
    padding: 50px 0 70px;

}
.news-1-content
{
	background-image: url('../image/news-1.png');
	padding:2rem 1rem;
	min-height:306px;
	color:#fff;
}
#relationship1-content{
    width: 100%;
 	min-height:355px;
    background: url('../image/relationship.jpg') center center;
  background-size: cover;	 color:#fff;
	 margin-top:80px;
	background-repeat: no-repeat;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

#relationship1-content .inner {
  display: flex;
  flex-flow: column;
  height: 100%;
}

#relationship-content
{  

	width: 100%;
	background:#fff;
	padding: 30px 0 70px;

}
#services-content
{
	width: 100%;
	background:#fff;
	padding: 40px 0 70px;

}
#client-content
{
	width: 100%;
	background:#fff;
	padding: 50px 0 70px;
}
.form-select1
{
	width:30%;
	border: 1px solid #ced4da;
	border-radius: 0.375rem;
}
.form-select1:focus
{
	border: 1px solid #ced4da;
	outline:0;

}
#services-exchange
{
	 width: 100%;
	 color:#fff;
	 background-color:#136F45;
    margin-top: 58px;
    padding:20px 0 0;
}
#white-content
{
	width: 100%;
	background:#fff;
	padding: 50px 0 70px;
}
#white-content1
{
	width: 100%;
	background:#fff;
	padding: 10px 0 70px;
}

#part-exp-content
{
	 width: 100%;
 	min-height:355px;
    background: url('/theme_golden_aviation/static/src/image 3.0/Part-exp.png') center center;
  background-size: cover;	 color:#fff;
	 margin-top:59px;
	background-repeat: no-repeat;

}
#inventory-content{
    width: 100%;
 	min-height:355px;
    background: url('/theme_golden_aviation/static/src/image 3.0/inventory-banner.png') center center;
  background-size: cover;	 color:#fff;
	background-repeat: no-repeat;
}

#inventory-content .inner {
  display: flex;
  flex-flow: column;
  height: 100%;
}
#about-us
{
	 width: 100%;
	 color:#fff;
	/*	background: url('../image/Aboutus.png') no-repeat;
	 background-size: contain;
        background-position: left center; */
	
        background-image: url('/theme_golden_aviation/static/src/image 3.0/Aboutus.png'), url('/theme_golden_aviation/static/src/image 3.0/aboutus3.png');
  	 background-position: left center, right top;
  	 background-repeat: no-repeat,  no-repeat;
     background-size: 50% 100%, 50% 100%;
	
	 opacity: 1;
	 min-height:575px;
}
#about-us .aboutus-content1
{
height:100%;
	min-height:575px;

	}
	#about-us .aboutus-content1 h5
	{
	font-size:18px;
	font-weight:normal;

}
#about-us .aboutus-content1 h3
{
	font-size:30px;
	font-weight:normal;
	color:#fff;
}

.breadcrumb-1
{
	--bs-breadcrumb-divider: ' | ';
}
.text-breadcrumb
{
	color:#6c757d;
}
.text-breadcrumb-imp {
	color: #6c757d !important;
	cursor: default;
}
#about-us .aboutus-content2
{
	height:100%;
	min-height:575px;

	}
.outline-button,.outline-button:hover,.outline-button:focus
{
	border: 2px solid #FFFFFF;
	border-radius: 6px;
	opacity: 1;
	color:#fff;
	padding:5px 15px;
	display:inline-block;
	
}
.count 
{
padding:10px;
	background-color:transparent;
	margin-top:20px;
}
.two
{	 width:75%;
	border:0;
}
.two h1
{
line-height: 1.3;
display:block;
font-size:55px;
color:#fff;
font-weight:500;
}

.two span
{
font-size:16px;
color:#fff;
font-weight:normal;
	
}
.title
{
	font-size:18px;
	text-transform:uppercase;
	color:#0F1B34;
	letter-spacing: 1px;
	font-weight:normal;
}
.width1
{
	width:30%;
}
.width2
{
	width:70%;
	
}
.bg-md-white
{
	background-color:transparent;
}

.thumbnail {
    position: relative;   overflow: hidden;
        margin: 0 auto;

}
.thumbnail img {
        width: 100%;
        transition: 0.5s all ease-in-out;
    }
 .thumbnail:hover img {
        transform: scale(1.5);
    }

.caption {
    position: absolute;
    bottom: 2%;
width:100%;
text-align:center;

}
.caption p
{
	font-size:20px;
}

.card-industrie {
    --bs-card-spacer-y: 3rem;
    --bs-card-spacer-x: 2rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(0.375rem - 1px);
    --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color:#000 ;
    --bs-card-bg: #F0F0F0 ;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    text-align:left;
}
.card-industrie-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);

}
.card-Desk {
   --bs-card-spacer-y: 3rem;
    --bs-card-spacer-x: 2rem;
    --bs-card-title-spacer-y: 0.5rem;

    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(0.375rem - 1px);
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color:#000 ;
    --bs-card-bg: #E3F1FF ;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    text-align:left;

}
.card-Desk-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);

}
.card-Quality{
    --bs-card-spacer-y: 3rem;
    --bs-card-spacer-x: 2rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(0.375rem - 1px);
    --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
	color:#fff ;
    --bs-card-bg: #859b91;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    text-align:left;
}
.card-Quality-body {
    flex: 1 1 auto;	

    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);

}
.card-Quality-body p
{
	color:#fff ;
}
h5
	{
	font-size:20px;
	font-weight:normal;

}


/*News & Evente Cards titles styling
------------------------------------------ */

.card1{
  position: relative;
  overflow: hidden;
  display: flex;

  width: 100%; /* Box dimensions */
  height: 306px; 
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);  
  transition: box-shadow 0.56s ease-in-out; /* Animation */
  /* background-color: rgba(0,0,0,.2); /* for debugging */
}

.card__title{ /* Just for styling */
    align-self: flex-end; 
    color: rgba(255,255,255,.90); font-size: 18px;
    line-height: 1;	
     text-shadow: 2px 2px 5px #000;
    }  
  .card__title span
{
padding-top:5px;
font-size:12px;
display:block;
}
.white-title
{
	background-color:#fff;
	color:#000000;
	margin-bottom:15px;
}
/* Styles for:
** - Using IMG tag inside a container
------------------------------------------ */
/* The image container */
.card__thumbnail{
  position: relative;
  overflow: hidden;  
  display: flex;
  justify-content: center; /* horizontal center */
  align-items: center; /* vertical center */
  
  width: 100%; /* Thumbnail dimensions. */
  height: 100%; /*** Change the height to make the image smaller ***/
  /* background-color: rgba(0,0,0,.2);  /* for debugging */
  
}
/* Sets the image dimensions */
.card__thumbnail > img{ /* Tip: use 1:1 ratio images */
  height: 100%; /* or width when img.width > img.height */
  width:100%;
}  
/* Styles the title inside the img container */
.card__thumbnail > .card__title{ /* Just for styling */
  position: absolute; left: 0; bottom: 0;   padding:1rem 2rem;}

.my-auto1
{
	margin-top: auto!important;
    margin-bottom:60px!important;
}
#footer{
	width: 100%;
    background-color: #001A04;
    padding: 100px 0 0;
color: #fff;
}
#footer .socials a { display: block; float: left; width: 35px; height: 35px; margin-right: 6px; margin-bottom: 10px; text-align: center; background-color: #13121c; color: #fff; line-height: 35px; }
#footer .socials a:nth-child(4) { margin-right: 0px; }
#footer .socials a.facebook { background-color:transparent;display:block;
    padding-top: 5px; }
#footer .socials a.twiiter { background-color:transparent;display:block;
    padding-top: 5px;  }
#footer .socials a.insta { background-color:transparent;display:block;
    padding-top: 5px;  }
#footer .socials a.pin { background-color:transparent;display:block;
    padding-top: 5px; }
#footer .socials a.link {background-color:transparent;display:block;
    padding-top: 5px;  }
#footer .socials a.youtube { background-color:transparent;display:block;
    padding-top: 5px; }
#footer .footer-menu
{list-style: none;
    margin: 0px;
    padding: 0px;
	color:#fff;
}
#footer .footer-menu li {
    line-height: 24px;
    font-size: 12px;
}
#footer .footer-menu li a
{
	color:#fff;
}
#footer .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active
{
background-color:transparent;
border-color:0;
border-radius: 0.375rem;
}

#footer .copy_right { margin-top: 30px; border-top: solid 1px #363f53; padding: 20px 0px; margin-bottom: 0px; font-size: 13px; }

.smart_full p
{
	color:#747A88;
	font-size:12px;
}
.smart_full p a,.smart_full p a:hover
{
	color:#747A88;
	font-size:12px;
}

.width-75
{
	width:90%;
}
.navbar-nav1 {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: flex;

    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.site-btn
{
	/*border:2px solid #fff;*/
	padding:10px 15px;
	font-size:14px;
}
#input-Numbers::placeholder {
  color: #9b9b9b;
  opacity: 1; /* Firefox */
  font-size:12px;
}

#input-Numbers::-ms-input-placeholder { /* Internet Explorer 10-11 */
 	color: #9b9b9b;
    font-size:12px;
}

#input-Numbers::-ms-input-placeholder { /* Microsoft Edge */
 	color: #9b9b9b;
    font-size:12px;
}


.nav-pills .nav-link-contact {

    font-size: 12px;
    text-transform: uppercase;
    padding: 17px 10px 16px;
    line-height: 1;
    background-color: #fff;
    font-weight: 500;
    color: #000000;
    margin: 0.5rem; border-bottom:3px solid #939393;
    font-weight:500;

}
.nav-pills .nav-link-contact.active, .nav-pills .show>.nav-link-contact {
    color: #136F45;
    background-color: #fff;
    font-weight:600;
    border-bottom:3px solid #136F45;
   }
@media screen and (max-width: 768px) {
.nav-pills .nav-link-contact {
    padding: 17px 5px 16px;
}

#footer .socials { float: right; }

#inputGroupSelect02
{
	border-radius:6px;border: 2px solid #D5D5D5;
}
#input-Numbers
{
	border-radius:6px;border: 2px solid #D5D5D5;
}
.width-75
{
	width:100%;
}

.card__thumbnail > img{ /* Tip: use 1:1 ratio images */
  height: 100%; /* or width when img.width > img.height */
  width:100%;
}  

.bg-md-white
{
	background-color:#fff;
	border-radius:10px;
	margin-left:5px;
}

.content-slider h2
{
	 font-family: 'Montserrat';
	 font-size:20px;
	 
}
#about-us .aboutus-content1 h5 {
    font-size: 16px;
    font-weight: normal;
}
h1 {
    font-family: 'Montserrat';
    font-size: 30px;
    color: #0F1B34;
    font-weight: lighter;
}
#about-us .aboutus-content1 h3 {
    font-size: 25px;
    font-weight: normal;
    color: #fff;
}
.form-select1
{
	width:100%;
	border: 1px solid #ced4da;
	border-radius: 0;
}
.width2
{
	border-radius: 0;

}
#about-us
{
	 width: 100%;
	 color:#fff;
background: url('../image/aboutus3.png') no-repeat;		 
	 background-size:;
        background-position: center center;

     background-size: 100% 100%;


}
#about-us .container-1 {
    margin: 0 auto;
    width: 100%;
    
}
#about-us .aboutus-content1
{
height:100%;
	min-height:575px;
	width:100%;
background: transparent url('../image/Aboutus-Mobile.png') no-repeat;	
	  background-size: cover;
        background-position: center center;
background-size: 100% 100%;

	}
	#about-us .aboutus-content2
{	

height:100%;
}

.two
{	
	width:100%;
	border-bottom:3px solid #fff;
	padding-top:15px;	padding-bottom:15px;
}
.two h1
{
line-height: 1.3;
display:block;
font-size:30px;
color:#fff;
font-weight:500;
}
.two span
{
font-size:12px;
color:#fff;
font-weight:300;
	
}
.caption {
    position: absolute;
    top: 65%;
width:100%;
text-align:center;

}
.caption p
{
	font-size:12px;
}

.title
{
	font-size:12px;
	text-transform:uppercase;
	color:#0F1B34;
	letter-spacing: 0.5px;
	font-weight:normal;
}
h3
{
	font-size:25px;
    font-weight: 300;
	color:#0F1B34;
}

	}
		
	
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99;
  right: 0;
  background-color: #fff;
  transition: 0.5s;
  padding-top: 105px;
    overflow-y:auto;
    overflow-x:hidden;

    }
.sidenav::-webkit-scrollbar {
  width: 16px;
}
.sidenav::-webkit-scrollbar-thumb {
  background-color: #7b7d7f;
  border: 5px solid #fff;
  border-radius: 10rem;
}
.sidenav::-webkit-scrollbar-track {
  position: absolute;
  right: -3rem;
  top: -500rem;
  background: transparent;
}
.sidenav a {
  display: block;
  transition: 0.3s;
}


.sidenav .closebtn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 28px;
  margin-left: 50px;
}
.iconsidenav
{
	color:#90c5ff;border:1px #516c92;
}
@media screen and (max-height: 450px) {

  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

#burger
{
	cursor:pointer; color:#000;text-decoration:none;font-weight:lighter; cursor:pointer; z-index:5;
}
/* Position and style the close button (top right corner) */

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
#backdrop {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  z-index: 2;
  transition: opacity 0.4s;
  background: black;
  opacity: 0.8;
}
/* The close button */
.closebtn {


  color: black;

  float: right;
  font-size: 20px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;

}

/* When moving the mouse over the close button */
.closebtn:hover {
  color: #666666;
}

.line1, .line2, .line3{
  width:25px;
  height:2px;
  background-color:#000;
  margin:6px 0;
  transition:0.3s;
}
.change .line1 {
  -webkit-transform: rotate(-45deg) translate(-8px, 7px);
  transform: rotate(-45deg) translate(-8px, 5px);
  -webkit-transition: 0.3s ease;
}
.change .line2 {opacity: 0;}
.change .line3 {
   -webkit-transform: rotate(45deg) translate(-7px, -7px);
    transform: rotate(45deg) translate(-7px, -3px);
   -webkit-transition: 0.3s ease;
}





/*About us Page css*/
#aboutus-page1
{
	  width: 100%;
    background-color:#ECF4EE;
    margin-top:58px;
     padding: 30px 0 70px;

}
#aboutus-page1 h3
{
font-size: 35px;
    font-weight: 300;
    color: #0F1B34;
}


.xyz
{
	color:#136F45;font-size:45px; font-weight:500; text-align:center;
}
#Expertise-content
{
	 width: 100%;
	 color:#fff;
	background: url('../image/aboutus/expertise-bg.svg') no-repeat;	
	  background-size: contain;
        background-position: left center;
background-size: 100% 100%;
background-color:#136F45;
	opacity: 1;
	min-height:623px;
	padding-top:70px;

}
.card-Expertise{
    --bs-card-spacer-y: 3rem;
    --bs-card-spacer-x: 2rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(0.375rem - 1px);
    --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color:#000 ;
    --bs-card-bg: #fff ;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    text-align:left;
}
.card-Expertise img {
  mix-blend-mode: luminosity;
}
#quality-content{
    width: 100%;
 	min-height:355px;
    background: url('../image 3.0/Quality.jpg') center center;
  background-size: cover;	 color:#fff;
	 margin-top:80px;
	background-repeat: no-repeat;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);

}

#quality-content .inner {
  display: flex;
  flex-flow: column;
  height: 100%;
}


#parts-page1
{
	  width: 100%;
    background-color:#fff;
     padding: 20px 0 70px;

}
#parts-content2
{
	 width: 100%;
	 color:#fff;
	background: url('../image/aboutus/expertise-bg.png') no-repeat;	
	  background-size: contain;
        background-position: left center;
background-size: 100% 100%;
background-color:#136F45;
	opacity: 1;
	min-height:auto;
	padding:70px 0;

}




.video-wrapper {
  position: relative;
}
.video-wrapper .owl-carousel .owl-nav {
  overflow: hidden;
  height: 0px;
}
.video-wrapper .owl-carousel .nav-btn {
  height: 100px;
  position: absolute;
  width: 50px;
  cursor: pointer;
  top: 100px !important;
}
.video-wrapper .owl-carousel .owl-prev.disabled,
.video-wrapper .owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.2;
}
.video-wrapper .owl-carousel .prev-slide {
  background: url('../image 3.0/chevronleftcircle1.png') no-repeat scroll left center;
  left: -3.5%;
  top: 30% !important;
}
.video-wrapper .owl-carousel .next-slide {
  background: url('../image 3.0/chevronrightcircle1.png') no-repeat scroll  left center;
  right: -4.5%;
  top: 30% !important;
}
 .owl-carousel .item {
      height: auto;
      padding: 10px;
    }

 @media screen and (max-width: 1198px) {
    .video-wrapper .owl-carousel .prev-slide {
  left: -4%;
}
.video-wrapper .owl-carousel .next-slide {
  right: -5%;
  }
  }
     @media screen and (max-width:  992px) {
     .xyz
{
	color:#136F45;font-size:30px; font-weight:500; text-align:center;
}

.video-wrapper .owl-carousel .prev-slide {
  left: -6%;
  }
.video-wrapper .owl-carousel .next-slide {
  
  right: -7%;
  }

}
 @media screen and (max-width:  767px) {
       
.video-wrapper .owl-carousel .prev-slide {
  left: -8%;
}
.video-wrapper .owl-carousel .next-slide {  
	right: -10%;
  }


}
 @media screen and (max-width:  531px) {
             
.video-wrapper .owl-carousel .prev-slide {
  left: -10%;
}
.video-wrapper .owl-carousel .next-slide {
  right: -13%;
  }
}


 @media screen and (max-width:  414px) {
 
.video-wrapper .owl-carousel .prev-slide {
  left: -12%;
}
.video-wrapper .owl-carousel .next-slide {
  right: -16%;
  }
}

 @media screen and (max-width:  325px) {
 
.video-wrapper .owl-carousel .prev-slide {
  left: -15%;
}
.video-wrapper .owl-carousel .next-slide {
  right: -20%;
  }
 

 }
.counter ol {
  list-style-type: decimal-leading-zero;
  	list-style-position: inside;
  color: #fff;
  counter-reset: item;
}
.counter li:first-child { border-top:1px solid #fff;}
.counter ol li {
  position: relative;
  padding: 10px;
  border-bottom:1px solid #fff;
  font-size:20px;
}
.nav-link1:hover
 {
 color:#0F1B34;
}
.nav.nav-tabs .nav-link1 {
    margin-top: 5px;
    transition: 1s;
    border: none;
    border-bottom: 5px solid #e2e2e2;
    font-weight: 700;
    transition: all .3s ease-in-out;
    display:block;
    background-color: #ECF4EE;
 	color:#0F1B34;
 	font-size:16px;
 	padding:10px 20px;

}
.nav.nav-tabs .nav-link1.active {
    border-bottom: 5px solid #000;
}
.text-color-1
{
	color:#0F1B34;
	font-size:12px;
}
.text-color-2
{
	color:#9b9b9b;
	font-size:12px;
}
.text-color-3
{
	color:#136F45;
}

/*Contact us*/
.padding-tabs
{
	padding:17px 29px 17px;
}
.padding-tabs1
{
padding:17px 0px 17px 29px;
}
/*
.did-floating-label-content1 { 
font-family: 'Montserrat', sans-serif;
  position:relative; 
  margin-bottom:20px; 
}
.did-floating-label1 {
font-family: 'Montserrat', sans-serif;    color:#939291; 
  font-size:14px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:0;
  top:11px;
  padding:0 5px;
  background:transparent;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.did-floating-input1, .did-floating-select1 {
font-family: 'Montserrat', sans-serif;
  font-size:14px;
  display:block;
  width:100%;
  min-height:36px;
  padding: 0 20px 0 5px;
  background: transparent;
  color: #000;
  border-bottom: 1px solid #000;
  border-top:0;
  border-left:0;
  border-right:0;
  box-sizing: border-box;
  &:focus{
    outline:none;
    ~ .did-floating-label1{
      top:-10px;
      font-size:14px;
    }
  }
}

.did-floating-input2{
font-family: 'Montserrat', sans-serif;

  font-size:14px;
  display:block;
  width:100%;
  min-height:36px;
  padding:5px 20px 0 5px;
  background: transparent;
  color: #000;
  border-bottom: 1px solid #000;
  border-top:0;
  border-left:0;
  border-right:0;
  box-sizing: border-box;
  &:focus{
    outline:none;
    ~ .did-floating-label2{
      top:-20px;
      font-size:13px;
    }
  }
}
.did-floating-label2 {
  color:#939291; 
  font-size:14px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:0;
  top:0;
  padding:0 5px;
  background:transparent;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.did-floating-input2:not(:placeholder-shown) ~ .did-floating-label2 {
  top:-20px;
  font-size:14px;
}
*/

.form-strip {
  width: 100%;
    text-align: left;
}
.form-strip h6
{
	font-size:17px;
	letter-spacing: 1.68px;
	
}


.did-floating-label-content1 { 
  position:relative; 
  margin-bottom:20px; 
}
.did-floating-label1 {
  color:#939291; 
  font-size:14px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:5px;
  top:11px;
  padding:0 5px;
  background:#fff;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;  
}
.did-floating-input1, .did-floating-select1 {
  font-size:14px;
  display:block;
  width:100%;
  min-height:36px;
  padding: 5px 20px 0 5px;
  background: transparent;
  color: #000;
  border: 1px solid #939393;
  border-bottom: 2px solid #939393; 
  box-sizing: border-box;
  &:focus{
    outline:none;
    ~ .did-floating-label1{
      top:-15px;
      font-size:14px; 
    }
  }
}
.did-floating-input2{

  font-size:14px;
  display:block;
  width:100%;
  min-height:36px;
  padding:5px 20px 0 5px;
  background: #fff;
  color: #000;
  border: 1px solid #939393; 
  border-bottom: 2px solid #939393; 
  box-sizing: border-box;
  &:focus{
    outline:none;
    ~ .did-floating-label2{
      top:-15px;
      font-size:13px;
    }
  }
}
.did-floating-label2 {
  color:#939291; 
  font-size:14px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:5px;
  top:11px;
  padding:0 5px;
  background:#fff;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.did-floating-input2:not(:placeholder-shown) ~ .did-floating-label2 {
  top:-15px;
  font-size:14px;
}
.input-group {
  display: flex;
  .did-floating-input2{
    border-radius:0 4px 4px 0;
    border-left:0;
    padding-left:0;
  }
}
.did-floating-input1:focus, .did-floating-select1:focus
{
	  border: 1px solid #000 !important;
	      border-bottom: 2px solid #000 !important;
} 
select.did-floating-select1 option
{
	  color: #000;
    background:#fff;

}

select.did-floating-select1 option:hover {
    color: #000;
    background:#0066FF;
}
select.did-floating-select1::-ms-expand {
  display: none;
}

.did-floating-input1:not(:placeholder-shown) ~ .did-floating-label1 {
  top:-13px;
  font-size:14px;
}
.did-floating-select1:not([value=""]):valid ~ .did-floating-label1 {
  top:-8px;
  font-size:14px;
}
.did-floating-select1[value=""]:focus ~ .did-floating-label1 {
  top:11px;
  font-size:14px;
}
.input-group {
  display: flex;
  .did-floating-input1{
    border-radius:0 4px 4px 0;
    border-left:0;
    padding-left:0;
  }
}
.input-group-append {
  display:flex;
  align-items:center;
/*   margin-left:-1px; */
}
.input-group-text {
    display: flex;
    align-items: center;
    font-weight: 400;
    color: #323840;

  font-size:12px;
    text-align: center;
    white-space: nowrap;
border-radius:0;
  border-right:none;
  background-color:#fff;    border: 0;
}
/* Set the style for a textarea scrollbar. */
textarea::-webkit-scrollbar {
    background-color: #f0f0f0;
    width: 8px;
}
/* Set the style for a textarea scrollbar thumb. */
textarea::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #c2c2c2;
}
    /* Set the style for a textarea scrollbar thumb hover. */
    textarea::-webkit-scrollbar-thumb:hover {
        background-color: #696969;
    }
    
    
    
    

.image-parent {
  width:75%;
  height:100%;
  text-align:left
}
.list-group-item-1
{
	border-bottom: 1px solid #334573;
}

.form-control-part {
    display: block;
    width: 100%;
    padding: 0.575rem 2.25rem 0.575rem 0.75rem;
    font-size:12px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #FAFAFA;
    background-clip: padding-box;
	border: 1px solid #D5D5D5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control-part::placeholder {
  color: #a8a8a8;
  opacity: 1; /* Firefox */
  font-size:12px;
}

.form-control-part::-ms-input-placeholder { /* Internet Explorer 10-11 */
 	color: #a8a8a8;
    font-size:12px;
}

.form-control-part::-ms-input-placeholder { /* Microsoft Edge */
 	color: #a8a8a8;
    font-size:12px;
}
.form-select-part {
    display: block;
    width: 100%;
    padding: 0.575rem 2.25rem 0.575rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size:12px;
    font-weight: 400;
    line-height: 1.5;
    color: #a8a8a8;
    background-color: #FAFAFA;
    background-image: url('../image/Path-arrow-down.svg');
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 10px 12px;
    border: 1px solid #D5D5D5;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
form-select-part option.service-small {
    font-size: 12px;
    background: #a8a8a8;
}
option:not(:first-of-type) {
  color: black;font-size: 1rem;
}
ul.filter li
{
height:30px;
}
ul li.title-item
{
	font-size:18px; border-bottom: 2px solid #000000;padding:0 5px;
}

.border-side
{
	border-left: 1px solid #D8D8D8;
}
.load-more
{
	color:#0F1B34;
	font-size:12px;
	font-weight:bold;
	
}
.bg-lightgrey
{
	background-color:#F4F4F4;
}
.liner
{
	border-bottom:2px solid #000;
}
.bg-lightblue
{
	background-color:#D5EFE4;
}


.nav-pills .nav-link-expandable{
    font-size: 12px;
    text-transform: uppercase;
    padding: 17px 15px 16px;
    line-height: 1;
    background-color: transparent;
    font-weight: 500;
    color: #000000;
    margin: 0.5rem; border-bottom:2px solid #707070;
    font-weight:500;

}
.nav-pills .nav-link-expandable.active, .nav-pills .show>.nav-link-expandable{
    color: #00000;  font-weight: bold;

    background-color: transparent;
     border-bottom:2px solid #000000;  
     background-image:url('../image/arrow-right.svg');
     background-repeat:no-repeat;
     background-position:right;
     }
ul.bullet{
margin: 0;
  padding: 0;
  list-style: none;
  display: inline-grid;
  gap: 1rem;

}
ul.bullet li
{
	   list-style: none;
display:inline-flex;
	   }
ul.bullet li::before
{	content:  url(../image/bullet.svg);
	padding-right:10px;margin-top:2px;
	
}
.blue-quote
{
	background-color:#136F45;	
	padding:25px;
	color:#fff;
}
.wrapper{
	display: flex;
	justify-content: center;
	text-align: center;
	height:auto;
	background-color:#fff;
	color:#000;
	border-radius:5px;
	}
	.wrapper span
	{
	width:100%;
	text-align: center;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
	padding:4px 0;
}	
.wrapper span.plus
{
	background-color:#EAEAEA;
	border-radius:5px;
	border-top-left-radius:0;
	border-bottom-left-radius:0;
}
.wrapper span.minus
{
	background-color:#EAEAEA;
	border-radius:5px;
	border-top-right-radius:0;
	border-bottom-right-radius:0;

}

.wrapper span.num
{
	font-size:14px;/*
	border-right:2px solid gray;
		border-left:2px solid gray;*/
		pointer-events:none;
}
.form-group label 
{
	font-size:12px;
}

.form-control::placeholder {
  color: #9b9b9b;
  opacity: 1; /* Firefox */
  font-size:12px;
}

.form-control::-ms-input-placeholder { /* Internet Explorer 10-11 */
 	color: #9b9b9b;
    font-size:12px;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
 	color: #9b9b9b;
    font-size:12px;
}
.border-top-2
{
	border-top:1px solid #000000;
}

 @media screen and (max-width:  767px) {
       .padding-tabs1
{
padding:17px 0px 17px;
}
.border-side
{
	border-left: 0 solid #D8D8D8;

}

#Expertise-content
{
	 width: 100%;
	 color:#fff;
	background: url('../image/aboutus/expertise-bg.png') no-repeat;	
	  background-size: contain 100%;
        background-position: top right;
background-color:#136F45;
	opacity: 1;
	min-height:auto;
	padding-top:70px;

}
.card-industrie-body {
padding:10px;

}

.xyz
{
font-size:184%;
font-weight:500;
text-align:left;
}
#parts-content2
{
	 width: 100%;
	 color:#fff;
	background: url('../image/aboutus/expertise-bg.png') no-repeat;	
	  background-size: contain 100%;
        background-position: top right;

background-color:#136F45;
	opacity: 1;
	min-height:auto;
	padding:70px 0;

}

#quality-content{
    width: 100%;
 	min-height:195px;
    background: url('../image 3.0/Quality.jpg') center center;
  background-size: cover;	 color:#fff;
	 margin-top:80px;
	background-repeat: no-repeat;
}

#inventory-content{
    width: 100%;
 	min-height:195px;
    background: url('../image/inventory-banner.png') center center;
  background-size: cover;	 color:#fff;
	 margin-top:80px;
	background-repeat: no-repeat;
}
#part-exp-content
{
 	min-height:195px;

}
.p-small {
    padding: 2.5rem!important;
}
}


.inside-banner-section  {
  padding: 120px 0;
  background: url('/theme_golden_aviation/static/src/image 2.0/company-registration-form-banner.jpg') no-repeat center center;
  background-size: cover;
  position: relative;
}

.business-information-banner  {
  background: url('/theme_golden_aviation/static/src/image 2.0/business-registration.jpg') no-repeat center center;
}


.inside-banner-section h4  {
  color: #fff;
  font-size: 42px;
  line-height: 55px;
}

.contact-inside-banner-section  {
  padding: 120px 0;
  background: url(../image/company-registration-form-banner.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  margin-top: 81px;
}


.contact-inside-banner-section h4  {
  color: #fff;
  font-size: 42px;
  line-height: 55px;
}


.company-form-section  {
  padding: 120px 0;
}

.company-form .nav-link {
  background: #f5f5f5;
  color: #000 !important;
  padding: 10px 20px;
  font-size: 18px !important;
  border-radius: 0.375rem;
}

.nav-tabs .nav-link {
  border: solid transparent;
  border-width: 0 0 2px;
  border-radius: 0.375rem;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #fff !important;
  border-color: #136F45;
  background: #136F45;
}

.company-form .nav-link:hover  {
  background: #136F45 !important;
  color: #fff !important;
  border-radius: 0.375rem;
}

.form-control {
  display: block;
  width: 100%;
  height: auto;
  font-weight: 500;
  padding: 15px 19px;
  font-size: 14px;
  line-height: 1.4;
  color: #000 !important;
  background-color: #FFF;
  border: 1px solid #DFE3E7;
  border-radius: .267rem;
  -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control:focus {
  color: #475F7B;
  background-color: #FFF;
  border-color: none !important;
  outline: 0;
  box-shadow: inset 0 0 0 1px #136f45;
}

.intl-tel-input {
  position: relative;
  display: inline-block;
}

.intl-tel-input * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.intl-tel-input .hide {
  display: none;
}

.intl-tel-input .v-hide {
  visibility: hidden;
}

.intl-tel-input input,
.intl-tel-input input[type=text],
.intl-tel-input input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}

.intl-tel-input .flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}

.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  width: 36px;
  height: 100%;
  padding: 0 0 0 8px;
}

.intl-tel-input .selected-flag .iti-flag {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.intl-tel-input .selected-flag .iti-arrow {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

.intl-tel-input .selected-flag .iti-arrow.up {
  border-top: none;
  border-bottom: 4px solid #555;
}

.intl-tel-input .country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
}

.intl-tel-input .country-list.dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

.intl-tel-input .country-list .flag-box {
  display: inline-block;
  width: 20px;
}

@media (max-width: 500px) {
  .intl-tel-input .country-list {
    white-space: normal;
  }
}

.intl-tel-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}

.intl-tel-input .country-list .country {
  padding: 5px 10px;
}

.intl-tel-input .country-list .country .dial-code {
  color: #999;
}

.intl-tel-input .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code {
  vertical-align: middle;
}

.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name {
  margin-right: 6px;
}

.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type=text],
.intl-tel-input.allow-dropdown input[type=tel],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type=text],
.intl-tel-input.separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

.intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container {
  right: auto;
  left: 0;
}

.intl-tel-input.allow-dropdown .selected-flag,
.intl-tel-input.separate-dial-code .selected-flag {
  width: 46px;
}

.intl-tel-input.allow-dropdown .flag-container:hover {
  cursor: pointer;
}

.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover,
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
  cursor: default;
}

.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag,
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
  background-color: transparent;
}

.intl-tel-input.separate-dial-code .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
  display: table;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
  display: table-cell;
  vertical-align: middle;
  padding-left: 28px;
}

.intl-tel-input.separate-dial-code.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] {
  padding-left: 66px;
}

.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
  width: 60px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
  padding-left: 76px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
  width: 70px;
}

.intl-tel-input.separate-dial-code.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
  padding-left: 74px;
}

.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
  width: 68px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
  padding-left: 84px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
  width: 78px;
  background: #fff;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.intl-tel-input.separate-dial-code.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] {
  padding-left: 82px;
}

.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
  width: 76px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
  padding-left: 92px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
  width: 86px;
}

.intl-tel-input.separate-dial-code.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] {
  padding-left: 90px;
}

.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
  width: 84px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
  padding-left: 100px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
  width: 94px;
}

.intl-tel-input.iti-container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}

.intl-tel-input.iti-container:hover {
  cursor: pointer;
}

.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}

.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%;
}

.iti-mobile .intl-tel-input .country-list .country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti-flag {
  width: 20px;
}

.iti-flag.be {
  width: 18px;
}

.iti-flag.ch {
  width: 15px;
}

.iti-flag.mc {
  width: 19px;
}

.iti-flag.ne {
  width: 18px;
}

.iti-flag.np {
  width: 13px;
}

.iti-flag.va {
  width: 15px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-size: 5630px 15px;
  }
}

.iti-flag.ac {
  height: 10px;
  background-position: 0px 0px;
}

.iti-flag.ad {
  height: 14px;
  background-position: -22px 0px;
}

.iti-flag.ae {
  height: 10px;
  background-position: -44px 0px;
}

.iti-flag.af {
  height: 14px;
  background-position: -66px 0px;
}

.iti-flag.ag {
  height: 14px;
  background-position: -88px 0px;
}

.iti-flag.ai {
  height: 10px;
  background-position: -110px 0px;
}

.iti-flag.al {
  height: 15px;
  background-position: -132px 0px;
}

.iti-flag.am {
  height: 10px;
  background-position: -154px 0px;
}

.iti-flag.ao {
  height: 14px;
  background-position: -176px 0px;
}

.iti-flag.aq {
  height: 14px;
  background-position: -198px 0px;
}

.iti-flag.ar {
  height: 13px;
  background-position: -220px 0px;
}

.iti-flag.as {
  height: 10px;
  background-position: -242px 0px;
}

.iti-flag.at {
  height: 14px;
  background-position: -264px 0px;
}

.iti-flag.au {
  height: 10px;
  background-position: -286px 0px;
}

.iti-flag.aw {
  height: 14px;
  background-position: -308px 0px;
}

.iti-flag.ax {
  height: 13px;
  background-position: -330px 0px;
}

.iti-flag.az {
  height: 10px;
  background-position: -352px 0px;
}

.iti-flag.ba {
  height: 10px;
  background-position: -374px 0px;
}

.iti-flag.bb {
  height: 14px;
  background-position: -396px 0px;
}

.iti-flag.bd {
  height: 12px;
  background-position: -418px 0px;
}

.iti-flag.be {
  height: 15px;
  background-position: -440px 0px;
}

.iti-flag.bf {
  height: 14px;
  background-position: -460px 0px;
}

.iti-flag.bg {
  height: 12px;
  background-position: -482px 0px;
}

.iti-flag.bh {
  height: 12px;
  background-position: -504px 0px;
}

.iti-flag.bi {
  height: 12px;
  background-position: -526px 0px;
}

.iti-flag.bj {
  height: 14px;
  background-position: -548px 0px;
}

.iti-flag.bl {
  height: 14px;
  background-position: -570px 0px;
}

.iti-flag.bm {
  height: 10px;
  background-position: -592px 0px;
}

.iti-flag.bn {
  height: 10px;
  background-position: -614px 0px;
}

.iti-flag.bo {
  height: 14px;
  background-position: -636px 0px;
}

.iti-flag.bq {
  height: 14px;
  background-position: -658px 0px;
}

.iti-flag.br {
  height: 14px;
  background-position: -680px 0px;
}

.iti-flag.bs {
  height: 10px;
  background-position: -702px 0px;
}

.iti-flag.bt {
  height: 14px;
  background-position: -724px 0px;
}

.iti-flag.bv {
  height: 15px;
  background-position: -746px 0px;
}

.iti-flag.bw {
  height: 14px;
  background-position: -768px 0px;
}

.iti-flag.by {
  height: 10px;
  background-position: -790px 0px;
}

.iti-flag.bz {
  height: 14px;
  background-position: -812px 0px;
}

.iti-flag.ca {
  height: 10px;
  background-position: -834px 0px;
}

.iti-flag.cc {
  height: 10px;
  background-position: -856px 0px;
}

.iti-flag.cd {
  height: 15px;
  background-position: -878px 0px;
}

.iti-flag.cf {
  height: 14px;
  background-position: -900px 0px;
}

.iti-flag.cg {
  height: 14px;
  background-position: -922px 0px;
}

.iti-flag.ch {
  height: 15px;
  background-position: -944px 0px;
}

.iti-flag.ci {
  height: 14px;
  background-position: -961px 0px;
}

.iti-flag.ck {
  height: 10px;
  background-position: -983px 0px;
}

.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0px;
}

.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0px;
}

.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0px;
}

.iti-flag.co {
  height: 14px;
  background-position: -1071px 0px;
}

.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0px;
}

.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0px;
}

.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0px;
}

.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0px;
}

.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0px;
}

.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0px;
}

.iti-flag.cy {
  height: 13px;
  background-position: -1225px 0px;
}

.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0px;
}

.iti-flag.de {
  height: 12px;
  background-position: -1269px 0px;
}

.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0px;
}

.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0px;
}

.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0px;
}

.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0px;
}

.iti-flag.do {
  height: 13px;
  background-position: -1379px 0px;
}

.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0px;
}

.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0px;
}

.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0px;
}

.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0px;
}

.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0px;
}

.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0px;
}

.iti-flag.er {
  height: 10px;
  background-position: -1533px 0px;
}

.iti-flag.es {
  height: 14px;
  background-position: -1555px 0px;
}

.iti-flag.et {
  height: 10px;
  background-position: -1577px 0px;
}

.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0px;
}

.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0px;
}

.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0px;
}

.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0px;
}

.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0px;
}

.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0px;
}

.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0px;
}

.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0px;
}

.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0px;
}

.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0px;
}

.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0px;
}

.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0px;
}

.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0px;
}

.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0px;
}

.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0px;
}

.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0px;
}

.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0px;
}

.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0px;
}

.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0px;
}

.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0px;
}

.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0px;
}

.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0px;
}

.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0px;
}

.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0px;
}

.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0px;
}

.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0px;
}

.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0px;
}

.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0px;
}

.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0px;
}

.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0px;
}

.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0px;
}

.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0px;
}

.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0px;
}

.iti-flag.id {
  height: 14px;
  background-position: -2325px 0px;
}

.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0px;
}

.iti-flag.il {
  height: 15px;
  background-position: -2369px 0px;
}

.iti-flag.im {
  height: 10px;
  background-position: -2391px 0px;
}

.iti-flag.in {
  height: 14px;
  background-position: -2413px 0px;
}

.iti-flag.io {
  height: 10px;
  background-position: -2435px 0px;
}

.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0px;
}

.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0px;
}

.iti-flag.is {
  height: 15px;
  background-position: -2501px 0px;
}

.iti-flag.it {
  height: 14px;
  background-position: -2523px 0px;
}

.iti-flag.je {
  height: 12px;
  background-position: -2545px 0px;
}

.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0px;
}

.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0px;
}

.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0px;
}

.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0px;
}

.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0px;
}

.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0px;
}

.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0px;
}

.iti-flag.km {
  height: 12px;
  background-position: -2721px 0px;
}

.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0px;
}

.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0px;
}

.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0px;
}

.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0px;
}

.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0px;
}

.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0px;
}

.iti-flag.la {
  height: 14px;
  background-position: -2875px 0px;
}

.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0px;
}

.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0px;
}

.iti-flag.li {
  height: 12px;
  background-position: -2941px 0px;
}

.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0px;
}

.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0px;
}

.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0px;
}

.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0px;
}

.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0px;
}

.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0px;
}

.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0px;
}

.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0px;
}

.iti-flag.mc {
  height: 15px;
  background-position: -3139px 0px;
}

.iti-flag.md {
  height: 10px;
  background-position: -3160px 0px;
}

.iti-flag.me {
  height: 10px;
  background-position: -3182px 0px;
}

.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0px;
}

.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0px;
}

.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0px;
}

.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0px;
}

.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0px;
}

.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0px;
}

.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0px;
}

.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0px;
}

.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0px;
}

.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0px;
}

.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0px;
}

.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0px;
}

.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0px;
}

.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0px;
}

.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0px;
}

.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0px;
}

.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0px;
}

.iti-flag.my {
  height: 10px;
  background-position: -3578px 0px;
}

.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0px;
}

.iti-flag.na {
  height: 14px;
  background-position: -3622px 0px;
}

.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0px;
}

.iti-flag.ne {
  height: 15px;
  background-position: -3666px 0px;
}

.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0px;
}

.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0px;
}

.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0px;
}

.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0px;
}

.iti-flag.no {
  height: 15px;
  background-position: -3774px 0px;
}

.iti-flag.np {
  height: 15px;
  background-position: -3796px 0px;
}

.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0px;
}

.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0px;
}

.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0px;
}

.iti-flag.om {
  height: 10px;
  background-position: -3877px 0px;
}

.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0px;
}

.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0px;
}

.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0px;
}

.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0px;
}

.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0px;
}

.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0px;
}

.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0px;
}

.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0px;
}

.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0px;
}

.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0px;
}

.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0px;
}

.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0px;
}

.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0px;
}

.iti-flag.py {
  height: 11px;
  background-position: -4185px 0px;
}

.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0px;
}

.iti-flag.re {
  height: 14px;
  background-position: -4229px 0px;
}

.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0px;
}

.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0px;
}

.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0px;
}

.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0px;
}

.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0px;
}

.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0px;
}

.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0px;
}

.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0px;
}

.iti-flag.se {
  height: 13px;
  background-position: -4427px 0px;
}

.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0px;
}

.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0px;
}

.iti-flag.si {
  height: 10px;
  background-position: -4493px 0px;
}

.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0px;
}

.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0px;
}

.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0px;
}

.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0px;
}

.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0px;
}

.iti-flag.so {
  height: 14px;
  background-position: -4625px 0px;
}

.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0px;
}

.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0px;
}

.iti-flag.st {
  height: 10px;
  background-position: -4691px 0px;
}

.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0px;
}

.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0px;
}

.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0px;
}

.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0px;
}

.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0px;
}

.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0px;
}

.iti-flag.td {
  height: 14px;
  background-position: -4845px 0px;
}

.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0px;
}

.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0px;
}

.iti-flag.th {
  height: 14px;
  background-position: -4911px 0px;
}

.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0px;
}

.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0px;
}

.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0px;
}

.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0px;
}

.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0px;
}

.iti-flag.to {
  height: 10px;
  background-position: -5043px 0px;
}

.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0px;
}

.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0px;
}

.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0px;
}

.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0px;
}

.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0px;
}

.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0px;
}

.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0px;
}

.iti-flag.um {
  height: 11px;
  background-position: -5219px 0px;
}

.iti-flag.us {
  height: 11px;
  background-position: -5241px 0px;
}

.iti-flag.uy {
  height: 14px;
  background-position: -5263px 0px;
}

.iti-flag.uz {
  height: 10px;
  background-position: -5285px 0px;
}

.iti-flag.va {
  height: 15px;
  background-position: -5307px 0px;
}

.iti-flag.vc {
  height: 14px;
  background-position: -5324px 0px;
}

.iti-flag.ve {
  height: 14px;
  background-position: -5346px 0px;
}

.iti-flag.vg {
  height: 10px;
  background-position: -5368px 0px;
}

.iti-flag.vi {
  height: 14px;
  background-position: -5390px 0px;
}

.iti-flag.vn {
  height: 14px;
  background-position: -5412px 0px;
}

.iti-flag.vu {
  height: 12px;
  background-position: -5434px 0px;
}

.iti-flag.wf {
  height: 14px;
  background-position: -5456px 0px;
}

.iti-flag.ws {
  height: 10px;
  background-position: -5478px 0px;
}

.iti-flag.xk {
  height: 15px;
  background-position: -5500px 0px;
}

.iti-flag.ye {
  height: 14px;
  background-position: -5522px 0px;
}

.iti-flag.yt {
  height: 14px;
  background-position: -5544px 0px;
}

.iti-flag.za {
  height: 14px;
  background-position: -5566px 0px;
}

.iti-flag.zm {
  height: 14px;
  background-position: -5588px 0px;
}

.iti-flag.zw {
  height: 10px;
  background-position: -5610px 0px;
}

.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/11.0.9/img/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/11.0.9/img/flags@2x.png");
  }
}

.iti-flag.np {
  background-color: transparent;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.hide {
  display: none;
}

pre {
  margin: 0 !important;
  display: inline-block;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
  background: none;
}

input,
button {
  height: 35px;
  margin: 0;
  padding: 6px 12px;
  border-radius: 2px;
  font-family: 'Montserrat', sans-serif;
  font-size: 100%;
  color: inherit;
}

input[disabled],
button[disabled] {
  background-color: #eee;
}

input,
select {
  border: 1px solid #CCC;
  width: 250px;
}

::-webkit-input-placeholder {
  color: #BBB;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #BBB;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #BBB;
}

button {
  color: #FFF;
  background-color: #428BCA;
  border: 1px solid #357EBD;
}

button:hover {
  background-color: #3276B1;
  border-color: #285E8E;
  cursor: pointer;
}

#result {
  margin-bottom: 100px;
}

.card .form {
  display: flex;
  align-items: center;
  justify-content: center;

}
.form label {
  cursor: pointer;
  align-items: center;
}
.form .input-radio {
  box-shadow: 0px 0px 0px 1px #6d6d6d;
  font-size: 3em;
  width: 15px;
  height: 15px;
  margin-right: 7px;
  padding: 5px 5px;
  border: 2px solid #fff;
  background-clip: border-box;
  border-radius: 50%;
  appearance: none;
  transition: background-color 0.3s, box-shadow 0.3s;
  margin-left: 5px;

}

.border-1  {
  border: 1px solid #ccc;
  border-radius: 0.375rem !important;
}

.form label {
  display: flex;
  margin: 10px 15px;
}

.carousel-indicators [data-bs-target]  {
  border-radius: 0.375rem;
}

.input-radio.on:checked {
  box-shadow: 0px 0px 0px 2px #136f45;
  background:#136f45;
}

.input-radio.off:checked {
  box-shadow: 0px 0px 0px 2px #eb0000;
  background-color: #ff5151;
}

.next-btn  {
  border-radius: 0.375rem;
  background: #136f45;
  color: #fff !important;
  padding: 20px 35px !important;
  font-size: 16px !important;
  line-height: 7px !important;
  border: 1px solid transparent;
  text-transform: capitalize !important;
}

.next-btn:hover  {
  background: #fff;
  color: #136F45 !important;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important;
}

.form-registration-filed  {
  background-color: #ecf4ee !important;
  border: 1px solid #ecf4ee ;
  height: 50px !important;
  text-align: left;
}

.title-strip h4 {
  font-size: 18px;
  color: #136F45;
  font-weight: 700;
}

.dash-line  {
  width: 70%;
  height: 1px;
  background: #000;
}

.title-strip  {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.title-strip  {
  margin-top: 30px;
}

.title-strip a  {
  color: #136f45;
  text-align: right;
  float: right;
}

.intl-tel-input {
  position: relative;
  display: block;
}

.w-90  {
  width: 80% !important;
}

.check-box-1  {
  box-shadow: 0px 0px 0px 1px #6d6d6d !important;
  font-size: 3em;
  width: 15px;
  height: 15px;
  margin-right: 7px;
  padding: 5px 5px;
  border: 4px solid #fff;
  background-clip: border-box;
  border-radius: 5px;
  appearance: none;
  transition: background-color 0.3s, box-shadow 0.3s;
}

.check-box-strip  {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  
}

.check-box-strip a  {
  color: #136f45;
}

.nav-tabs .nav-link  {
  text-transform: capitalize !important;
}

/*
.inside-banner-section h4  {
  color: #fff;
  font-size: 42px;
  line-height: 55px;
}
*/

.aleadr-register-strip  {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sign-in-btn  {
  color: #136f45;
  text-decoration: underline;
}

.aleadr-register-strip h4 {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 500;
}

.user-registration-section  {
  padding: 70px 0 60px;
}


.forgot-strip  {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.forgot-strip h4  {
  font-size: 16px;
  margin-bottom: 0;
  text-decoration: underline;
}

.forgot-strip h4 a  {
  color: #000;
}

h4.create-btn {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 10px;
}

.width-75per  {
  width: 75%;
  margin: 0px auto;
}

.password-strip  {
  position: relative;
}

.password-strip i {
  position: absolute;
  right: 9px;
  top: 15px;
  font-size: 18px;
  color: #333;
}
.signin-bg-section  {
  background: #fff;
  padding: 40px 0 43px;
}

.form-control {
  border-radius: 0.375rem !important;
}

.sign-main-strip  {
  display: flex;
  justify-content:space-between;
  align-items: center;
  background: #fff;
  margin: 0px auto;
  border-radius: 0.375rem;
  border: 1px solid #D5D5D5;
}

.sign-banner-area  {
  background: #136F45;
  height: 100%;
  width: 50%;
  position: relative;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.sign-banner-area h5  {
  position: absolute;
  left: 25px;
  top: 25px;
  font-size: 25px;
  color: #fff;
}

.sign-form-area  {
  display: flex;
  flex-flow: column;
  justify-content:flex-start;
  align-items: flex-start;
  padding: 40px;
  width: 50%;
  height: 100%;
}

.sign-form-area h3  {
  color: #136F45;
  font-weight: 500;
  font-size: 20px;
  padding: 10px 0;
  text-transform: capitalize;
}

.sign-in-filed  {
  background: #EFEFEF !important;
  border: 1px solid #EFEFEF !important;
  height: 50px;
  width: 100%;
}

.sign-form-area label  {
  font-size: 17px;
  padding-bottom: 7px;
  margin-bottom: 0px !important;
}

.btn-signin  {
  color: #fff;
  background: #136F45;
  padding: 10px 25px;
  height: 50px;
  display: block;
  width: 100%;
  font-size: 18px !important;
  text-transform: capitalize !important;
  border-radius: 6px !important;
}

.btn-signin:hover  {
  background: #fff;
  color: #136F45;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important;
}

.sub-strip-login  {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.sub-strip-login h4  {
  font-size: 17px;
}

.sub-strip-login h4 input  {
  width: auto !important;
  margin-right: 7px;
}

.sub-strip-login h4  {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.sub-strip-login a  {
  font-size: 17px;
  color: #136F45;
  text-decoration: underline;
}

.bottom-form-text-strip  {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 100%;
}

.bottom-form-text-strip a  {
  font-size: 17px;
  color: #136F45;
  text-decoration: underline;
}

.bottom-form-text-strip h4  {
  font-size: 17px;
}

.header-navbar li  {
  padding-right: 15px;
}

.header-navbar li a  {
  color: #000;
}

.header-navbar li a.homesignin-btn  {
  background: #136F45;
  border-radius: 5px;
  padding: 10px 20px;
  color: #fff !important;
}

.home-banner-section  {
  background: url('/theme_golden_aviation/static/src/image 2.0/home-banner.jpg') no-repeat center center;
  background-size: cover;
  padding: 175px 0;
}

.banner-h2  {
  color: #C5E6D7;
  font-size: 50px;
  line-height: 60px;
}

.btn-block  {
  display: block;
}

.sign-form-area p  {
  font-size: 15px;
}

.banner-h2 b  {
  color: #fff;
  font-weight: 600;
}

.equipped-title b {
  font-weight: 800;
}

.equipped-section  {
  padding: 50px 0 60px !important;
}

.mb-30  {
  margin-bottom: 20px;
}

.bg-none  {
  background: none !important;
}

/*#introCarousel, .carousel-inner, .carousel-item, .carousel-item.active {
  height: 250px !important;
}*/

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 4px !important;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .3;
  transition: opacity .6s ease;
}

.carousel-home  {
  margin-top: 30px;
}

.carousel-indicators .active  {
  opacity: 1;
}

.home-home-strip  {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  margin-top: -140px;
  z-index: 88;
  position: relative;
  margin-bottom: 65px;
}

.home-home-strip h3  {
  font-weight: 800;
  font-size: 21px;
}

.form .lebel-input-padding  {
  padding-left:0 !important;
  margin-left: 0;
}

.multiselect-strip  {
  display: flex;
  justify-content:space-between;
  align-items: center;
  background: #efefef;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 0.267rem;
}

.multiselect-strip input  {
  width: 80%;
  margin-right: 15px;
  border: none;
}

/*.multiselect-strip textarea  {
  width: 80%;
  margin-right: 15px;
  border: none;
}*/

.multiselect-strip custom-select {
  width: 20%;
  border: none;
  text-align: center;
  border-radius: 0 !important;
  position: relative;
}

.multiselect-strip .custom-select.select-form {
  width: 20%;
  text-align: center;
  border-radius: 0 !important;
  position: relative;
}

.multiselect-strip i  {
  position: absolute;
  top: 17px;
  right: 25px;
  font-size: 18px;
}

.multiselect-strip .form-control, .form-control:focus {
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
  background: none !important;
}

.multiple-part::placeholder {
  position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
}

.copy-text  {
  color: #A3A3A3;
  padding: 10px 0;
}

.select-form  {
  position: relative;
}

.select-form img  {
  position: absolute;
  left: 11px;
  top: 15px;
  z-index: 999;
}

.select-form i {
  position: absolute;
  right: 15px;
  top: 12px;
}

.select-form select  {
  padding-left: 40px;
  padding-right: 32px;
  font-size: 13px;
  font-weight: 500;
  color: #000;
}

.btn-search  {
  background:#136F45;
  color: #fff;
  height: 50px;
}

.btn-search:hover  {
  background: #fff;
  color: #136F45;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important;
}

.admin-name-text  {
  color: #136F45;
  font-size: 18px;
}

.bottom-form-text-strip-2  {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.bottom-form-text-strip-2 a  {
  font-size: 17px;
  color: #136F45;
  text-decoration: underline;
}

.bottom-form-text-strip h4  {
  font-size: 17px;
  font-weight: normal;
}

.checkbox-input  {
  accent-color: #136F45;
  width: 21px;
}

h3.form-title {
  color: #136F45;
  font-weight: 500;
  font-size: 20px;
  padding: 10px 0;
  text-transform: capitalize;
  margin-bottom: 0;
}

.img-radius  {
  border-radius: 0.375rem;
}

.signin-img {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  padding: 30px;
}

.light-bg  {
  background: #ecf4ee;
}

.form-label {
  margin-bottom: 0.5rem;
  font-size: 12px;
  text-transform: capitalize;
}

.form-control:focus  {
  background: #ecf4ee !important;
}

.form-registration-filed:focus  {
  background: #ecf4ee !important;
}

input[type=text]:focus {
  border: 1px solid #136F45;
}

option:focus  {
  background: #136f45;
}

select option::placeholder{
  font-size: 14px;
}

.toggle-password {
  float: right;
  cursor: pointer;
  margin-right: 10px;
  margin-top: -31px;
}

.user-registration h5  {
  position: absolute;
  left: 25px;
  top: 25px;
  font-size: 36px;
  color: #fff;
  font-weight: 100;
}

.user-registration h5 b  {
  font-weight: 600;
}

.user-registration  {
  position: relative;
  border: 2px solid #ecf4ee;
  border-radius: 0.375rem;
  height: 100%;
  background: #136F45;
}

.user-registration img  {
  padding: 70px;
}

.text-capitalize  {
  text-transform: capitalize;
}

.otp-filed-strip  {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.otp-filed-strip input  {
  width: 60px;
  text-align: center;
}

.gray-color  {
  color: #b3b0b0;
  font-weight: 500;
}

.table-strip-one  {
  padding: 0px 0;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 0;
  border: 1px solid #D5D5D5;
}

.accordion-body {
  border: 0;
  padding: 0;
}

.table.responsive {
  margin-bottom: 0;
}

.search-main-strip  {
  padding: 20px 30px 0px;
}

@media(max-width:992px){
  .wrapper{
   width:100%;
 }
 }
 .panel-heading {
   padding: 0;
   border:0;
 }
 .panel-title>a, .panel-title>a:active{
   display:block;
   padding:15px;
   color:#555;
   font-size:16px;
   font-weight:bold;
   text-transform:uppercase;
   letter-spacing:1px;
   word-spacing:3px;
   text-decoration:none;
 }
 .panel-heading  a:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    transition: all 0.5s;
 }
 .panel-heading.active a:before {
   -webkit-transform: rotate(180deg);
   -moz-transform: rotate(180deg);
   transform: rotate(180deg);
 }

 .result-title  {
  font-weight: 800;
  font-size: 26px;
 }

 .alert.alert-default.alert-dismissible {
  border: 1px solid #ccc;
  border-radius: 10px;
  display: inline-block;
  /* padding: 10px 37px; */
  min-width: 144px;
  background: #136F45;
  height: 46px;
  line-height: 14px;
  color: #fff;
}

.alert.alert-default.alert-dismissible button  {
  height: 4px;
  line-height: 14px;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background:url('/theme_golden_aviation/static/src/image 2.0/close.png') no-repeat !important;
  border: 0;
  border-radius: 0.375rem;
  opacity: .5;
}

.alert-dismissible .btn-close {
  position: absolute;
  top: 16px !important;
  right: -18px !important;
  z-index: 2;
  padding: 1.25rem 1rem;
  box-shadow: unset !important;
}

.btn-clear  {
  border: 1px solid #96CEAB !important;
  color: #136F45 !important;
  background: #e2ffee;
  height: 46px;
  text-transform: capitalize !important;
  font-size: 15px !important;
  font-weight: 500 !important;
}

.btn-clear:hover  {
  background: #fff;
}

.alert-btn-group  {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.white-bar-strip  {
  background: #fff;
  border-radius: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  border: 1px solid #D5D5D5;
}

.white-bar-strip h4  {
  background: #000;
  color: #fff;
  padding: 10px 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
  font-size: 14px;
  margin-bottom: 0px;
}

.btn-list li   {
  display: inline-block;
  margin-right: 10px;
}

.btn-list li a  {
  color: #737373;
  padding: 1px 10px;
  font-size: 12px;
}

.btn-list li a.active  {
  border-radius: 8px;
  border: 1px solid #136F45;
}

.btn-list {
  margin-bottom: 0;
  margin-left: 20px;
}

.result-h3  {
  font-weight: 700;
  font-size: 21px;
}

.search-strip  {
  position: relative;
}

.search-strip img {
  position: absolute;
  left: 15px;
  top: 14px;
}

.search-strip input  {
  padding-left: 50px;
  font-size: 20px;
  padding-top: 0;
}

.select-form.filter-strip img {
  position: absolute;
  left: 9px;
  top: 12px !important;
}

.accordion{
  margin: 10px 0;
}
.accordion .item {
    border: none;
    margin-bottom: 50px;
    background: none;
}
.t-p{
  color: rgb(193 206 216);
  padding: 40px 30px 0px 30px;
}
.accordion .item .item-header h2 button.btn.btn-link {
    background: #333435;
    color: white;
    border-radius: 0px;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    line-height: 2.5;
    text-decoration: none;
}
.accordion .item .item-header {
    border-bottom: none;
    background: transparent;
    padding: 0px;
    margin: 2px;
}

.accordion .item .item-header h2 button {
    color: white;
    font-size: 20px;
    padding: 15px;
    display: block;
    width: 100%;
    text-align: left;
}

.accordion .item .item-header h2 i {
    float: right;
    font-size: 30px;
    color: #eca300;
    background-color: black;
    width: 60px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

button.btn.btn-link.collapsed i {
    transform: rotate(0deg);
}

button.btn.btn-link i {
    transform: rotate(180deg);
    transition: 0.5s;
}


@media(max-width:992px){

  .wrapper{
   width:100%;
 }

 }

 .panel-heading {
   padding: 0;
   border:0;
 }

 .panel-title>a, .panel-title>a:active{
   display:block;
   padding:15px;
   color:#555;
   font-size:16px;
   font-weight:bold;
   text-transform:uppercase;
   letter-spacing:1px;
   word-spacing:3px;
   text-decoration:none;
 }

 .panel-heading  a:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    transition: all 0.5s;
 }

 .panel-heading.active a:before {
   -webkit-transform: rotate(180deg);
   -moz-transform: rotate(180deg);
   transform: rotate(180deg);
 }

 div#example_info {
  position: absolute;
  bottom: -12px;
  left:0px;
}

div#example_paginate {
  visibility: hidden;
}

.dataTables_wrapper .dataTables_length {
  position: absolute;
  right: 0px;
  bottom: -18px;
  width: auto;
}

div#example_length label select {
  width: 50px;
  border: none;
}

.accordion-item  {
  border: none !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}


table.dataTable.no-footer {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  border-top: none;
}

.accordion-header {
  margin-bottom: 0;
  background: #ffffff;
  font-size: 13px !important;
}

button.accordion-button.collapsed  {
  margin-bottom: 0;
  background: #efefef;
}

.accordion-button  {
  font-size: 13px;
  font-weight: 600;
}

.accordion-button:not(.collapsed)::after  {
  background: none !important;
}

.accordion-button::after {
  background: none !important;
}

table.dataTable tbody th, table.dataTable tbody td {
  padding: 8px 10px;
  font-size: 10px;
}

table.dataTable>thead>tr>th, table.dataTable>thead>tr>td {
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  font-size: 11px;
}

.btn-cart  {
  border: 1px solid #000;
  border-radius: 10px;
}

.btn-cart {
  border: 1px solid #000 !important;
  border-radius: 10px;
  padding: 5px 8px !important;
  font-size: 10px !important;
  border-radius: 0;
}
.dataTables_wrapper .dataTables_filter  {
  display: none;
}
.btn-cart img  {
  width: 18px !important;
}

table.dataTable.stripe>tbody>tr.odd>*, table.dataTable.display>tbody>tr.odd>* {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.023);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-stripe), 0.023);
  background: #ecf4ee !important;
}

table.dataTable.display>tbody>tr.odd>.sorting_1, table.dataTable.order-column.stripe>tbody>tr.odd>.sorting_1  {
  background: #ecf4ee !important;
}

.search-page-bg  {
  background:#fff;
}

option:checked,
option:hover {
  box-shadow: 0 0 10px 100px #4ddc3b inset;
}

ul.nav.navbar-nav1.navbar-right li.nav-item {
  padding: 0px 8px !important;
  color: #000;
}

ul.nav.navbar-nav1.navbar-right li.nav-item b {
  color: #000;
}

.cart-strip  {
  position: relative;
}

.cart-strip h5 {
  background: #195B2F;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  position: absolute;
  top: -3px;
  right: 40px;
  text-align: center;
  line-height: 16px;
}

.cart-main-strip  {
  border: 1px solid #D5D5D5;
  border-radius: 15px;
  background: #fff;
}
.cart-right-strip h4 {
  font-size: 16px;
  padding: 15px 20px;
  margin-bottom: 0;
  background: #136F45;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #fff;
}

.page-subtitle {
  font-size: 22px;
  font-weight: 600;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.page-subtitle img  {
  margin-right: 10px;
}

.cart-right-strip  {
  border: 1px solid #D5D5D5;
  border-radius: 15px;
  background: #fff;
  position: sticky;
  top: 393px !important;
}

.page-subtitle span  {
  font-size: 15px;
  font-weight:normal;
}

.cart-header-strip  {
  padding: 20px;
}

.cart-header-strip h4 {
  font-size: 10px;
}


.button-group  {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.btn-disabled  {
  background: #EBEBEB;
  height: 50px;
  padding: 15px 25px;
}

.btn-disabled:hover  {
  background: #fff;
  color: #136F45;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.btn-getquote  {
  background: #136F45;
  height: 50px;
  padding: 15px 25px;
  color: #fff;
}

.btn-getquote:hover  {
  background: #fff;
  color: #136F45;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.button-group > .mr-10  {
  margin-right: 10px;
}

.width-200  {
  width: 200px;
}

.align-items-center  {
  align-items: center;
}

.switch-btn-strip  {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.tble-btn {
  background: none;
  padding: 0;
  border: none;
  position: relative;
  top: -3px;
}

.tble-btn:hover  {
  border: none;
  background: none;
}
.minus, .plus{
  width:30px;
  height:30px;
  background:#f2f2f2;
  border-radius:4px;
  padding:8px 5px 8px 5px;
  border:1px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 22px;
  line-height: 13px;
  cursor: default;
}

input{
  height:30px;
  width: 30px;
  text-align: center;
  font-size: 14px;
  border:1px solid transparent;
  border-radius:4px;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  background: transparent;

}

.tble-flex  {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.tble-flex h5  {
  font-size: 9px;
  margin-bottom: 0;
  margin-left: 10px;
}

.tble-footer  {
  background: #ecf4ee !important;
}

.notes-text  {
  background: #f5f5f5;
  padding: 15px;
  text-align: center;
  border-radius: 5px;
}

.btn-proceed  {
  color: #fff !important;
  background: #136F45;
  padding: 10px 25px;
  height: 50px;
  display: block;
  width: 100%;
  font-size: 14px !important;
  text-transform: capitalize !important;
}

.btn-proceed:hover  {
  background: #fff;
  color: #136F45 !important;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important;
}
.btn-proceed-rfq  {
  color: #fff;
  background: red;
  padding: 10px 25px;
  height: 50px;
  display: block;
  width: 100%;
  font-size: 14px !important;
  text-transform: capitalize !important;
}

.btn-proceed-rfq:hover  {
  background: #fff;
  color: #136F45;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important;
}

.footer-list li a  {
  font-size: 13px;
  color: #000;
}

.footer-list li {
  display: inline-block;
}

.footer-content  {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer  {
  padding: 30px 0;
}

.footer-content  {
  font-size: 13px;
  color: #000;
}

.cart-table tr {
  border: 1px solid #dddddd;
  border-radius: 10px;
}

.download-proforma{
    height: 108px;
}
.download-proforma p{
    padding: 14px 0px 5px 0px;
}
.file-download-checkout-2{
    text-align: center;
}
.file-download-checkout-2 p: not(.error-message){
  margin-bottom: 20px;
  text-align: center;
}
.custom-file-upload .btn-file{
    min-width: -webkit-fill-available;
}
.error-message{
    color: red;
    display: none;
    padding-left: inherit;
    margin-bottom: 0px !important;
}

.sub-form-strip  {
  padding: 30px;
  border: 1px solid #D5D5D5;
  border-radius: 15px;
  margin-top: 20px;
  background: #fff;
}

.sub-form-strip  h4  {
  font-size: 16px;
  padding: 15px 20px;
  margin-bottom: 0;
  background: #136F45;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #fff;
}

.sub-strip  {
  padding: 30px;
  border: 1px solid #D5D5D5;
  border-radius: 15px;
  margin-top: 20px;
  background: #fff;
}

.sub-strip h4.sub {
  font-size: 16px;
  padding: 15px 20px;
  margin-bottom: 0;
  background: #136F45;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #fff;
  display: flex;
  align-items: center;
}

.sub-strip h4.sub img  {
  margin-right: 5px;
}

.sub-strip p {
  margin-bottom: 0;
  margin-top: 0;
  padding: 15px;
}

.change-btn {
  color: #136F45;
  background: #fff;
  padding: 5px 10px !important;
  font-size: 12px !important;
  text-transform: capitalize !important;
  border: 0;
  font-weight: 500;
  padding: 0.625rem 1.5rem 0.5rem;
  line-height: 7px;
  border-radius: 5px;
  height: 23px;
}

.change-btn:hover  {
  background: #136F45;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important;
}

.sub-strip-header  {
  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 15px 20px;
  margin-bottom: 0;
  background: #136F45;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;

}

.sub-strip-header h4 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.sub-strip-header h4 img  {
  margin-right: 5px;
}


.form-control {
  min-height: auto;
  padding-top: 4px;
  padding-bottom: 3.28px;
  text-align: left;
}

.form-control {
  min-height: auto;
  padding-top: 2px !important;
  padding-bottom: 3.28px;
}

.mt-30  {
  margin-top: 15px;
}

.mb-3  {
  margin-bottom: 20px;
}

.pl-32  {
  padding-left: 32px;
}

.footer-button-strip  {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}

.btn-back {
  color: #fff !important;
  background: #136F45;
  padding: 10px 25px !important;
  height: 50px;
  font-size: 14px !important;
  text-transform: capitalize !important;
  line-height: 31px !important;
  width: 200px;
}

.btn-back:hover  {
  background: #fff;
  color: #136F45 !important;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important;
}

.btn-save  {
  color: #fff;
  background: #136F45;
  padding: 10px 25px !important;
  font-size: 14px !important;
  text-transform: capitalize !important;
  line-height: 22px !important;
  height: 41px;
}

.btn-save:hover  {
  background: #fff;
  color: #136F45;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important;
}

.btn-delete {
  font-size: 16px;
  color: #cf2828 !important;
  padding: 0;
  background: none;
  border: none;
  position: relative;
}

.btn-delete > .mdi-delete-empty {
  display: none;
}

.btn-delete:hover {
  background:none;
  border: none;
}

.btn-delete:hover > .mdi-delete-empty {
  display: block;
}

.btn-delete:hover > .mdi-delete {
  display: none;
}

.btn-delete:focus {
  box-shadow: 0 0 0 4px #ffcccc;
}



/*the container must be positioned relative:*/
.custom-select {
  position: relative;
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background: #ecf4ee !important;
  border: 1px solid #ecf4ee !important;
}


/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
  color: #000;
  padding: 13px 47px;
  cursor: pointer;
  user-select: none;
  height: 50px;
  border-radius: 0.375rem !important;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: #136F45;
  color: #fff !important;
}





/*the container must be positioned relative:*/
.custom-select1 {
  position: relative;
}

.custom-select1 select {
  display: none; /*hide original SELECT element:*/
}

.select-selected1 {
  background: #ecf4ee;
}


/*point the arrow upwards when the select box is open (active):*/
.select-selected1.select-arrow-active1:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items1 div, .select-selected1 {
/*
  color: #000;
*/
  padding: 13px 38px;
  cursor: pointer;
  user-select: none;
  height: 50px;
  border-radius: 0.375rem !important;
}

/*style items (options):*/
.select-items1 {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 10px;
}

/*hide the items when the select box is closed:*/
.select-hide1 {
  display: none;
}

.select-items1 div:hover, .same-as-selected1 {
  background-color: #136F45 !important;
  color: #fff !important;
}

.checkout-nav-list li  {
  display: inline-block;
  padding-right: 15px;
  position: relative;
}

.checkout-nav-list li a {
  font-size: 15px;
  color: #195B2F;
  font-weight: 600;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.checkout-nav-list li a.active {
  font-size: 15px;

  color: #11a943;
  font-weight: 600;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.checkout-nav-list li a.active h5  {
  background: #11a943;
}

.checkout-nav-list li a h5 {

  background: #195B2F;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  text-align: center;
  line-height: 16px;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 7px;
}

.ccavenue-img  {
  width: 120px;
}



.invoice-btn {
  color: #fff;
  background: #136F45;
  padding: 10px 25px !important;
  font-size: 16px !important;
  text-transform: capitalize !important;
  line-height: 33px !important;
  height: 54px;
}

.invoice-btn:hover  {
  background: #fff;
  color: #136F45;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.pb-0  {
  padding-bottom: 0;
}

.address-sub-title  {
  font-size: 15px;
  padding-left: 15px;
  padding-top: 15px;
  margin-bottom: 0;
}

.page-subtitle a span {
  display: block;
  font-size: 75%;
}

.pos-relative  {
  position: relative;
}


.btn-grp-rfq  {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.text-quote  {
  color: #31ac04;
  font-size: 11px;
  font-weight: normal;
}
.text-new  {
  color: #0041dea1;
  font-size: 11px;
  font-weight: normal;
}
.text-progress  {
  color: #08a9dd;
  font-size: 11px;
  font-weight: normal;
}

.download-btn  {
  color: #fff;
  background: #136F45;
  padding: 5px 15px !important;
  font-size: 14px !important;
  text-transform: capitalize !important;
  line-height: 20px;
  border-radius: 5px;
}

.download-btn:hover  {
  background: #fff;
  color: #136F45;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.download-btn:hover i  {
  color: #136F45;
}

.addtocart-btn  {
  color: #fff;
  background: #136F45;
  padding: 5px 15px !important;
  text-transform: capitalize !important;
  line-height: 20px;
  border-radius: 5px;
  border: none;
}

.addtocart-btn:hover  {
  background: #fff;
  color: #136F45;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.gohome-btn {
  color: #fff;
  background: #136F45;
  padding: 8px 30px 17px !important;
  text-transform: capitalize !important;
  line-height: 20px !important;
  border-radius: 5px;
  border: none;
  font-size: 16px !important;
}

.gohome-btn:hover  {
  background: #fff;
  color: #136F45;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important;
}

.gohome-btn span  {
  position: relative;
  top: 8px;
}

.success-img  {
  width: 100px;
  margin: 0px auto 15px;
  display: block;
}

.update-strip  {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.update-btn  {
  color: #fff !important;
  background: #136F45;
  padding: 8px 30px !important;
  text-transform: capitalize !important;
  line-height: 33px !important;
  border-radius: 5px;
  border: none;
  font-size: 16px !important;
  height: 50px;
  margin-right: 15px;
}

.update-btn:hover  {
  background: #fff;
  color: #136F45 !important;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.update-btn span  {
  position: relative;
  top: 6px;
}

.cencel-btn  {
  color: #fff !important;
  background: #cf2828;
  padding: 8px 30px !important;
  text-transform: capitalize !important;
  line-height: 33px !important;
  border-radius: 5px;
  border: none;
  font-size: 16px !important;
  height: 50px;
}

.cencel-btn:hover  {
  background: #fff;
  color: #136F45 !important;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important;
}

.cencel-btn span  {
  position: relative;
  top: 6px;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075) !important;
}

.flex-barrfq {
  justify-content: space-between;
  background: #fff;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.g-0, .gy-0 {
  --bs-gutter-y: 0;
}
.g-0, .gx-0 {
  --bs-gutter-x: 0;
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.check-btn-wrap h5, .check-btn-wrap .h5 {
  position: relative;
  font-size: 13px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bg-primary {
  color: #fff;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: "Be Vietnam Pro",sans-serif;
  font-weight: 700;
}
.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}

.check-btn-wrap .h6 {
  position: relative;
  font-size: 13px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff !important;
  color: #000 !important;
}
.bg-primary {
  color: #fff;
}
.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}

.row.g-0.flex-nowrap.flex-barrfq {
  border: 1px solid #ecf4ee !important;
}

.check-btn-wrap h5, .check-btn-wrap .h5 {
  position: relative;
  font-size: 13px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bg-primary-1 {
  background: #136f45 !important;
  border-color: #136f45 !important;
}

.pt-0  {
  padding-top: 0 !important;
}

.success-strip  {
  background: #fff;
  padding: 60px;

}

.success-strip .gohome-btn{
  padding: 10px 20px 10px 20px !important;
}

.success-strip h3  {
  color: #195B2F;
  text-align: center;
  margin-bottom: 15px;
}

.success-strip p  {
  font-size: 16px;
  text-align: center;
  width: 60%;
  margin: 0px auto;
}

.profile-img  {
  width: 150px;
  margin: 0px auto;
}

.img-btn {
  padding: 10px;
  position: absolute;
  left: 60px;
  right: 0;
  top: 136px;
  margin: 0px auto;
  background: #136F45;
  width: 45px;
  height: 45px;
  color: #fff !important;
  border-radius:50%;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.position-relt  {
  position:relative;
}

.position-relt span  {
  font-size: 15px;
}

.img-btn:hover {
  background: #fff;
  color: #136F45 !important;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.position-relt .peragraph  {
  font-size: 15px;
  line-height: 26px;
  text-align: justify;
}

.address-strip  {
  padding: 30px;
    border: 1px solid #D5D5D5;
    border-radius: 15px;
    background: #fff;
    text-align: center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    height: 200px;
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
    margin-top: 15px;
}

.address-strip a span  {
  font-size: 50px;
  color: #136F45;
  margin-bottom: 15px;
}

.address-strip-2  {
    border: 1px solid #D5D5D5;
    border-radius: 15px;
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    height: 200px;
    margin-top: 15px;
    position: relative;
}

.address-strip-2 h4  {
  font-size: 16px;
  padding: 15px 20px;
  margin-bottom: 0;
  background: #136F45;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #fff;
}

.address-strip-footer  {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 15px;
  position: absolute;
  left: 1rem;
  right: 0;
  bottom: 1rem;
}

.address-strip-footer a  {
  color: #000;
  margin-right: 15px;
}

.red-color span {
  color: #cf2828;
}

.green-color span {
  color: green;
}

.address-sub-title-modal  {
  font-size: 18px;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.pt-0  {
  padding-top: 0;
}

.modal-close-btn  {
  width: 50px;
  height: 50px;
  background: #cf2828;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
}

.modal-close-btn:hover {
  background: #fff;
  color: #136F45;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.add-new-carrier-icon  {
  position: relative;
  top: -1px;
}

.tblHeader {
  background: #ecf4ee !important;
  border-top: 1px solid #ecf4ee !important;
  text-transform: uppercase;
  border-bottom: 1px solid #ecf4ee !important;
  cursor: pointer;
}

.dropdown-menu li {
  color: #000;
  margin-bottom: 0;
  padding: 0px 15px;
}

.dropdown-menu {
  color: #212529;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05);
  font-size: 0.875rem;
  width: 100%;
  background: #fff;
}

.btn-filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50px;
  font-size: 15px !important;
  border-bottom: 0;
  background: #EFEFEF !important;
  color: #000;
  border: 1px solid #EFEFEF !important;
  line-height: 26px !important;
  margin-top: -4px;
  text-transform: capitalize !important;
}

.btn-filter img  {
  float: left;
}

.btn-filter i {
  float: right;
  top: 5px;
  position: relative;
  font-size: 17px;
}

.tbl-icon {
  width: 20px;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.addto-rfq-btn {
  background: #136F45;
  border-color: #136F45 !important;
  color: #fff;
  display: block !important;
  padding:8px 5px !important;
  font-size: 11px !important;
  text-transform: capitalize !important;
  border-radius: 6px;
  width: 100% !important;
  height: 35px;
}

.addto-rfq-btn:hover  {
  background: #fff;
  color: #000;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.added-btn {
  background: #136F45;
  border-color: #136F45 !important;
  color: #fff;
  display: block !important;
  padding:8px 5px !important;
  font-size: 11px !important;
  text-transform: capitalize !important;
  border-radius: 6px;
  width: 100% !important;
  height: 35px;
}

.added-btn:hover  {
  background: #fff;
  color: #000;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

button:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

.fa-angle-down  {
  font-weight: 200;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: #136F45 !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}

.check-btn-wrap h5, .check-btn-wrap .h5 {
  position: relative;
  font-size: 13px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.check-btn-wrap h5:after, .check-btn-wrap .h5:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: -14px;
  border: 7px solid transparent;
  border-left-color: #136f45;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.check-btn-wrap h5, .check-btn-wrap .h5 {
  position: relative;
  font-size: 13px;
  height: 100%;
  display: -webkit-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nice-select  {
  border: none;
}

.nice-select .option  {
  color: #000;
}

.btn-logout {
  padding: 10px 25px !important;
  font-size: 16px !important;
  background: #195b2f;
  color: #fff !important;
  margin: 5px 0;
}

.btn-logout:hover  {
  background: #fff !important;
  color: #136F45 !important;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important;
}

canvas {
  max-width: 100%;
}

.btn  {
  text-wrap: nowrap;
}

.switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 23px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
  border: 1px solid #ccc;
}

.slider:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 20px;
  left: 0px;
  bottom: 0px;
  background-color: #136f45;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider {
  background-color: #136F45;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  background: #fff;
  left: -4px;
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.font-size-14  {
  font-size: 12px;
}

.tooltip{
  font-size:5px !important;
}

i.fa.fa-angle-down {
  font-size: 16px;
  font-weight: 900;
}

table.dataTable tbody tr  {
  vertical-align: middle;
}

tbody, td, tfoot, th, thead, tr  {
  vertical-align: middle;
}

.td  {
  border-radius:15px ;
}

.td table tr:last-child td:first-child {
  border: 2px solid orange;
  border-bottom-left-radius: 10px;
}

.td table tr:last-child td:last-child {
  border: 2px solid green;
  border-bottom-right-radius: 10px;
}

.intl-tel-input {
  position: relative;
  display: block !important;
}

/* file upload */

/*----------multiple-file-upload-----------*/
.input-group.file-caption-main{
  display: none;
}
.close.fileinput-remove{
  display: none;
}
.file-drop-zone{
  margin: 0px;
  border: 1px solid #fff;
  background-color: #fff;
  padding: 0px;
  display: contents;
}
.file-drop-zone.clickable:hover{
  border-color: #fff;
}
.file-drop-zone .file-preview-thumbnails{
  display: inline;
}
.file-drop-zone-title{
  padding: 15px;
  height: 120px;
  width: 120px;
  font-size: 12px;
}
/* .file-input-ajax-new{
  display: inline-block;
} */
.file-input.theme-fas{
  display: inline-block;
  width: 100%;
}
.file-preview{
  padding: 0px;
  border: none;
  display: inline;

}
.file-drop-zone-title{
  display: none;
}
.file-footer-caption{
  display: none !important;
}
.kv-file-upload{
  display: none;
}
.file-upload-indicator{
  display: none;
}
.file-drag-handle.drag-handle-init.text-info{
  display: none;
}
.krajee-default.file-preview-frame .kv-file-content{
  width: 90px;
  height: 90px;
  display: flex;
  text-align: center;
  align-items: center;
}
.krajee-default.file-preview-frame{
  background-color: #fff;
  margin: 3px;
  border-radius: 15px;
  overflow: hidden;
}
.krajee-default.file-preview-frame:not(.file-preview-error):hover{
  box-shadow: none;
  border-color: #ed3237;
}
.krajee-default.file-preview-frame:not(.file-preview-error):hover .file-preview-image{
  transform: scale(1.1);
}
.krajee-default.file-preview-frame{
  box-shadow: none;
  border-color: #fff;
  max-width: 150px;
  margin: 5px;
  padding: 0px;
  transition: 0.5s;
}
.file-thumbnail-footer,
.file-actions{
  width: 20px;
  height: 20px !important;
  position: absolute !important;
  top: 3px;
  right: 3px;
}
.kv-file-remove:focus,
.kv-file-remove:active{
  outline: none !important;
  box-shadow: none !important;
}
.kv-file-remove {
  border-radius: 18%;
  z-index: 1;
  right: 0;
  position: absolute !important;
  top: 0;
  text-align: center;
  color: #fff;
  background-color: #ed3237;
  border: 1px solid #ed3237;
  padding: 2px 6px;
  font-size: 11px;
  transition: 0.5s;
  width: 25px;
  height: 25px;
  text-align: center;
}

i.fa.fa-times {
  position: relative;
  right: 5px;
}


.kv-file-remove:hover{
  border-color: #fdeff0;
  background-color: #fdeff0;
  color: #ed1924;
}
.kv-preview-data.file-preview-video{
  width: 100% !important;
  height: 100% !important;
}
.btn-outline-secondary.focus, .btn-outline-secondary:focus{
  box-shadow: none;
}
.btn-toggleheader,
.btn-fullscreen,
.btn-borderless{
  display: none;
}
.btn-kv.btn-close{
  color: #fff;
  border: none;
  background-color: #ed3237;
  font-size: 11px;
  width: 18px;
  height: 18px;
  text-align: center;
  padding: 0px;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus{
  background-color: rgba(255,255,255,0.8);
  color: #000;
  box-shadow: none;
  color: #ed3237;
}
.kv-file-content .file-preview-image{
  width: 90px !important;
  height: 90px !important;
  max-width: 90px !important;
  max-height: 90px !important;
  transition: 0.5s;
}
.btn-danger.btn-file {
  padding: 0px;
  height: 54px;
  width:150px;
  display: inline-block;
  margin: 0;
  border-color: #136f45;
  background-color: #136f45;
  color: #ffffff;
  border-radius: 5px;
  padding-top: 13px;
  transition: 0.5s;
}
.btn-danger.btn-file:active,
.btn-danger.btn-file:hover{
  background: #fff;
  color: #136F45;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important;
}
.btn-danger.btn-file i {
  font-size: 20px;
  padding-top: 5px;
}


@media (max-width: 350px){
  .krajee-default.file-preview-frame:not([data-template=audio]) .kv-file-content{
      width: 90px;
  }
}

.order-success-strip  {
  border: 1px solid #D5D5D5;
    border-radius: 15px;
    background: #fff;
    padding: 30px;
}

table.table.table-bordered.table-stripped tr th {
  font-size: 11px;
  font-weight: 600;
  padding: 5px 15px;
}

table.table.table-bordered.table-stripped tr td {
  font-size: 10px;
  padding: 5px 15px;
}

table.table.table-bordered.table-stripped  {
  border-bottom:1px solid #ccc;
  border-top:none !important;
}

table.table.table-bordered.table-stripped thead {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.order-succes-img  {
  width: 100px;
  display: block;
}

.text-right  {
  text-align: right;
}

.order-success-strip h4  {
  color: #195B2F;
}

.order-success-strip h5  {
  font-size: 17px;
}

.data-table .table > tbody td a, .data-table .table > tbody th a  {
  color: #fff;
}

.btn-outline-secondary {
  color: #fff !important;
  border-color: #fff !important;
}

.nice-select:before  {
  display: none;
}

.border-bottom-table tr td  {
  border-bottom: 1px solid #dee2e6 !important;
}

.w-200  {
  width: 200px;
}

/* order detaisl timeline */

.line_box {
  display: flex;
  margin-bottom: 40px;
}
.text_circle {
  flex: 1;
  text-align: center;
  position: relative;
}
.text_circle:after {
  background-color: grey;
  bottom: 6px;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  right: 0;
  width: 50%;
  z-index: -1;
}
.stav_projektu .text_circle:after,.stav_projektu .text_circle:before {background-color: grey;}
.line_box h4 {
  color:#136F45;
  font-weight: bold;
}
.line_box h4,.line_box p {
  font-size: 12px;
  margin-bottom: 0;
  padding: 0 5px;
}
.subline {
  position: absolute;
  right: -25px;
  bottom: -43%;
}
.subline:before {
  content: "";
  position: absolute;
  height: 15px;
  width: 15px;
  bottom: 14px;
  right: 15px;
  background-color: #189599;
  border-radius: 50%;
  top: -25px;
}
.subline h6 {margin-bottom: 0;}
.timeline {margin: 40px 0;}
.text_circle.done:after,.text_circle.done + .text_circle:before,.stav_projektu .text_circle.done:after,.stav_projektu .text_circle.done + .text_circle:before {background-color: #136F45;}
.text_circle.sub:after {background-color: #189599;}
.text_circle:not(:first-child):before {
  bottom: 6px;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  left: 0;
  width: 50%;
  z-index: -1;
  background-color: grey;
}
.stav_projektu .text_circle:not(:first-child):before {background-color: grey;}
.text_circle:last-child:after {width: 0;}
.circle {height: 100%;}
.tvar {
  height: 20px;
  width: 20px;
  /* border: 2px solid #189599; */
  display: flex;
  position: relative;
  border-radius: 100%;
  top: -26px;
  margin: 3px auto;
  background-color: #fff;
}
.tvar span {
  margin: 25% auto;
  height: 20px;
  width: 20px;
  background-color:#136F45;
  border-radius: 100%;
  color: #fff;
}
.stav_projektu .tvar {border: 2px solid grey;}
.stav_projektu .done .tvar,.stav_projektu .sub .tvar {border: 2px solid #189599;}
.subline h6 {color: #189599;}
.timeline .card-header:hover {
  background-color: #ececec;
  cursor: pointer;
}
/* iPhone X ----------------------------------- */
@media only screen and (device-width : 375px) and (device-height : 812px) and (-webkit-device-pixel-ratio : 3) {
 .subline:before {top: -43px;}
}
@media only screen and (device-width : 812px) and (device-height : 375px) and (orientation : landscape) and (-webkit-device-pixel-ratio : 3) {
 .subline:before {top: -31px;}
}
/* iPad portrait ----------------------------------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
 .subline:before {top: -29px;}
}
/* mobile width till 767px ----------------------------------- */
@media (max-width: 767px){
 .subline:before {top: -30px;}
}
/* Portrait iPad Pro */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
 .subline:before {top: -23px;}
}
/* mobile width till 480px ----------------------------------- */
@media (max-width: 480px){
 .subline:before {top: -43px;}
}

/* timeline ended */


.table-header-sec  {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.table-header-sec a  {
  color: #136F45;
  margin-left: 15px;
  text-decoration: underline;
}


.retunr-btn  {
  color: #000;
  background:none;
  padding: 10px 25px !important;
  display: block;
  border: 2px solid #136F45 !important;
  width: 100%;
  font-size: 14px !important;
  text-transform: capitalize !important;
  line-height: 13px !important;
  margin-bottom: 10px !important;
}

.retunr-btn:hover  {
  background: #fff;
  color: #136F45;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important;
}

.reader-btn  {
  color: #fff;
  background: #136F45;
  padding: 10px 25px !important;
  display: block;
  width: 100%;
  font-size: 13px !important;
  text-transform: capitalize !important;
  line-height: 14px !important;
}

.reader-btn:hover  {
  background: #fff;
  color: #136F45;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important;
}

.refund-title  {
  color:  #136F45;
  font-size: 16px;
  font-weight: 600;
}

.radio-strip  {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.radio-strip .form label {
  display: flex;
  margin: 10px 8px;
  font-size: 13px;
}

.refund-strip p  {
  font-size: 15px;
}


/* file upload */

.upload-files-container {
	border-radius: 40px;
	display: flex;
   	align-items: center;
   	justify-content: center;
	flex-direction: column;
}
.drag-file-area {
	border: 2px dashed #136F45;
	border-radius: 15px;
	padding: 30px 0px;
  width: 100%;
	text-align: center;
}
.drag-file-area .upload-icon {
	font-size: 30px;
}
.drag-file-area h3 {
  font-size: 20px;
  margin: 8px 0 0;
  text-align: center;
  line-height: 24px;
}
.drag-file-area label {
	font-size: 19px;
}
.drag-file-area label .browse-files-text {
  color: #136F45;
  font-weight: bolder;
  cursor: pointer;
  font-size: 15px;
}

.default-file-input {
	opacity: 0;
  display: none;
}
.cannot-upload-message {
	background-color: #ffc6c4;
	font-size: 17px;
	display: flex;
	align-items: center;
	margin: 5px 0;
	padding: 5px 10px 5px 30px;
	border-radius: 5px;
	color: #BB0000;
	display: none;
}
@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
.cannot-upload-message span, .upload-button-icon {
	padding-right: 10px;
}
.cannot-upload-message span:last-child {
	padding-left: 20px;
	cursor: pointer;
}
.file-block {
	color: #f7fff7;
	background-color: #136F45;
  	transition: all 1s;
	width: 100%;
	position: relative;
	display: none;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin: 10px 0 15px;
	padding: 10px 20px;
	border-radius: 25px;
	cursor: pointer;
}
.file-info {
	display: flex;
	align-items: center;
	font-size: 15px;
}
.file-icon {
	margin-right: 10px;
}
.file-name, .file-size {
	padding: 0 3px;
}
.remove-file-icon {
	cursor: pointer;
}
.progress-bar {
	display: flex;
	position: absolute;
	bottom: 0;
	left: 4.5%;
	width: 0;
	height: 5px;
	border-radius: 25px;
	background-color: #4BB543;
}
.upload-button {
  color: #fff;
  background: #136F45;
  padding: 10px 25px;
  height: 50px;
  display: block;
  width: 100%;
  font-size: 14px !important;
  text-transform: capitalize !important;
  border-radius: 15px;
  margin-top: 15px;
  border: none;
}

.upload-button:hover  {
  background: #fff;
  color: #136F45;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important;
}

.verify-sub-box label  {
  font-size: 15px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.verify-sub-box h6  {
  font-size: 15px;
  margin-top: 10px;
}

.nice-select:after  {
  margin-top: -6px !important;
}

ul.dropdown-menu.bottom-btn-drop.show {
  margin: 10px;
  padding: 15px 0;
}

.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover  {
  background: #136F45 !important;
  color: #fff !important;
}

.tooltip-inner {
  background-color:#136F45 !important;
  color: #fff ;
}

.tooltip-inner::after {
  display: none;
}

.tooltip-inner::before {
  display: none;
}

/* Contact Page Css */

.contact-form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border: 1px solid #D5D5D5;
  border-radius: 15px;
  background: #fff;
}
.contact-form > * {
  width: 50%;
}
.contact-form .first-container {
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("/theme_golden_aviation/static/src/image 2.0/contact-left-img.jpg") center center/cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.contact-form .first-container .info-container div {
  margin: 24px 0;
}
.contact-form .first-container .info-container div h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 10px;
}
.contact-form .first-container .info-container div:first-of-type p {
  max-width: 260px;
  color: #d3d2d2;
}
.contact-form .first-container .info-container div p {
  font-size: 16px;
  line-height: 1.6;
  color: #136F45;
}
.contact-form .second-container {
  padding: 30px;
}
.contact-form .second-container h2 {
  font-size: 30px;
  font-weight: 400;
  color: #333;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
}
.contact-form .second-container form {
  display: flex;
  flex-direction: column;
}
.contact-form .second-container form .form-group {
  margin-bottom: 10px;
}
.contact-form .second-container form .form-group * {
  min-height: 55px;
  border: 1px solid #e6e6e6;
  padding: 0 20px;
}

.contact-form .second-container form .form-group:first-of-type input {
  width: 50.1%;
  margin-right: -5px;
}
.contact-form .second-container form .form-group input {
  width: 100%;
  font-size: 15px;
  margin-top: -2px;
}
.contact-form .second-container form .form-group input::placeholder, .contact-form .second-container form .form-group textarea::placeholder {
  color: #999;
}
.contact-form .second-container form .form-group textarea {
  width: 100%;
  min-height: 80px;
  resize: none;
  padding: 10px 20px;
  margin-top: -1px;
}
.contact-form .second-container form button {
  width: 200px;
  height: 50px;
  background: #136F45;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
  position: relative;
  left: calc(50% - 100px);
  cursor: pointer;
}
.contact-form .second-container form button:hover {
  background: #fff;
  color: #136F45;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important;
}

@media screen and (max-width: 800px) {
  .contact-form {
    width: 90vw;
  }
}
@media screen and (max-width: 700px) {
  .contact-form {
    flex-direction: column-reverse;
  }
  .contact-form > * {
    width: 100%;
  }
  .contact-form .first-container {
    padding: 40px 0;
  }
}

.form-registration-filed-textarea {
  background: #EFEFEF !important;
  border: 1px solid #EFEFEF !important;
  text-align: left;
}

.next-pre-btn  {
  color: #136F45;
}

.next-pre-btn:hover  {
  color: #333;
}

.btn-outline-light:hover  {
  background: #136F45 !important;
  color: #fff !important;
  border: none !important;
}

.custom-dropdown > .btn.show  {
  color: #000 !important;
}

.border-none  {
  border: none;
}

.condition-dropdown i  {
  position: absolute;
  right: 13px;
}

.google-map  {
  margin-top: 40px;
  border-radius: 15px;
}

.social-links li {
  display: inline-block;
  margin-right: 15px;
}

.social-links li a  {
  color: #fff;
}

.social-links li a:hover  {
  color: #136F45;
}

.info-container p a  {
  color: #136F45;
}

.social-links  {
  padding-left: 0;
}

#tableradius  {
  border-radius: 15px !important;
}

.cart-table tr td  {
  font-size: 11px;
}


.customer-support  {
  color: #fff;
  background: #136F45;
  padding: 10px 25px;
  height: 50px;
  display: block;
  width: 100%;
  font-size: 14px !important;
  text-transform: capitalize !important;
  line-height: 31px !important;
}

.customer-support:hover  {
  background: #fff;
  color: #136F45;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important;
}

.w-100per  {
  width: 100% !important;
}

.faqs-main-strip {
  border-radius: 8px;
  background: #fff;
  padding: 15px 0;
  margin-top: 15px;
  margin-bottom: 15px;
}

.faq-list li a  {
  color: #000;
  font-size: 16px;
  text-decoration: none;
}
.faq-list li a:hover  {
  color: #fff;
}
.faq-list li:hover  {
  background: #136F45;
  color: #fff;
}
.faq-list li:hover a  {
  color: #fff;
}
.faq-list li  {
  line-height: 30px;
  padding: 10px 25px;
  border-left: 5px solid transparent;
}
.faq-list li.active-list  {
  background:#136F45;
  color: #fff;
}
.faq-list li.active-list a  {
  color: #fff;
}
.faqs-main-strip {
  border-radius: 8px;
  background: #fff;
  padding: 15px 0 0;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 15px;
}
.faqs-main-strip-right  {
  border: 1px solid #3e5dab;
  border-radius: 8px;
  background: #fff;
  padding: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.faq-list li a i  {
  margin-right: 15px;
}

.accordian-btn-header i {
  position: absolute;
  right: 16px;
  top: 13px;
}

.contact-strip  {
  border: 1px solid #D5D5D5;
  border-radius: 8px;
  padding: 40px;
  margin-top: 30px;
}

.contact-title-strip  {
  color: #fff;
}

.contact-strip h3 {
  font-size: 17px;
  color: #333;
  font-weight: 600;
  margin-bottom: 5px;
}

.contact-strip p {
  color: #333;
  font-weight: normal;
  margin-bottom: 0;
}

.pl-0  {
  padding-left: 0 !important;
}

.pr-0  {
  padding-right: 0 !important;
}

.otp-field {
  flex-direction: row;
  column-gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.otp-field input {
  height: 45px;
  width: 42px;
  border-radius: 6px;
  outline: none;
  font-size: 1.125rem;
  text-align: center;
  border: 1px solid #ddd;
}
.otp-field input:focus {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.otp-field input::-webkit-inner-spin-button,
.otp-field input::-webkit-outer-spin-button {
  display: none;
}

.resend {
  font-size: 12px;
}

.resend a  {
  color: #136F45;
  font-weight: 600;
}

.varify-title  {
  font-size: 18px;
  margin-bottom: 0;
}

/*------------------  */
.otp-countdown{
  display: inline-block;
  margin: 0 auto;
  padding: 8px 30px;
  background-color: #136F45;
  border-radius: 50px;
  color: #fff;
}

.lh-30  {
  line-height: 30px !important;
}

.about-strip p  {
  font-size: 18px;
  line-height: 30px;
}

.about-strip  {
  padding: 30px 0;
}

.about-strip h3  {
  font-size: 24px !important;
  color: #136F45;
}

.about-strip h4 {
  font-size: 18px !important;
  padding-top: 15px;
  color: #136F45;
}

a:hover  {
  color:#136F45 ;
}

span.start-valid-color {
  color: red;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center !important;
  padding: 0;
  margin-right: 0;
  margin-bottom: 0 !important;
  margin-left: 0;
  list-style: none;
}

.carousel-indicators .active {
  opacity: 1;
  height: 35px;
  margin-top: 0px !important;
}

.alert.alert-default.alert-dismissible.none-select-btn {
  border: 1px solid #ccc;
  border-radius: 10px;
  display: inline-block;
  width: 144px;
  background: #fff;
  height: 46px;
  line-height: 14px;
  color: #000;
}

.btn-close-black  {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: url(../image/close-black.png) no-repeat !important;
  border: 0;
  border-radius: 0.375rem;
  opacity: .5;
}

.check-btn input:checked {
  border-color: #136f45;
  background: red;
  color: #fff;
}

.pagination-footer  {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.result-text-pagination  {
  margin-bottom: 0;
  font-size: 14px;
  margin-left: 20px;
}

.pagination-footer nav ul  {
  align-items: center;
}

.footer-content-2  {
  justify-content: center;
}

.footer-section  {
  padding-top: 0;
}

.shipping-address-title  {
  font-size: 14px;
}

.btn-proceed  {
  line-height: 30px !important;
}

.btn-proceed-back  {
  color: #fff;
  background: #136F45;
  padding: 10px 25px !important;
  font-size: 14px !important;
  text-transform: capitalize !important;
  line-height: 23px !important;
  height: 41px;
}

.hide {
  display: none;
}

.signin  {
  width: 22px;
}

.btn-gp  {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-gp .btn-delete {
  font-size: 16px;
  color: #cf2828 ;
  padding: 0;
  background: none;
  border: none;
  position: relative;
  top: -2px;
}

.pd-15  {
  padding-top: 15px;
  padding-bottom: 15px;
}

.credit-strip  {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.credit-info {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  justify-content: center;
}

.credit-info h5  {
  color: red;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 0;
}

.credit-info h3  {
  font-size: 18px;
}


/* Tracking Css */

.tracking-detail {
  padding: 3rem 0;
}
#tracking {
  margin-bottom: 1rem;
}
[class*="tracking-status-"] p {
  margin: 0;
  font-size: 1.1rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
[class*="tracking-status-"] {
  padding: 1.6rem 0;
}
.tracking-list {
  border: 1px solid #e5e5e5;
  border-radius: 15px;
}
.tracking-item {
  border-left: 4px solid #136f45;
  position: relative;
  padding: 1.1rem 1.5rem 0.0rem 2rem;
  font-size: 0.9rem;
  margin-left: 3rem;
  min-height: 5rem;
}
.tracking-item:last-child {
  padding-bottom: 4rem;
}
.tracking-item .tracking-date {
  margin-bottom: 0.5rem;
}
.tracking-item .tracking-date span {
  color: #888;
  font-size: 85%;
  padding-left: 0.4rem;
}
.tracking-item .tracking-content {
  padding: 0.5rem 0.8rem;
  background-color: #f4f4f4;
  border-radius: 0.5rem;
}
.tracking-item .tracking-content span {
  display: block;
  color: #888;
  font-size: 13px;
}
.tracking-item .tracking-icon {
  position: absolute;
  left: -0.7rem;
  width: 1.1rem;
  height: 1.1rem;
  text-align: center;
  border-radius: 50%;
  font-size: 1.1rem;
  background-color: #fff;
  color: #fff;
}

.tracking-item-pending {
  border-left: 4px solid #d6d6d6;
  position: relative;
  padding:1.1rem 1.5rem 0.0rem 2rem;
  font-size: 0.9rem;
  margin-left: 3rem;
  min-height: 5rem;
}
.tracking-item-pending:last-child {
  padding-bottom: 4rem;
}
.tracking-item-pending .tracking-date {
  margin-bottom: 0.5rem;
}
.tracking-item-pending .tracking-date span {
  color: #888;
  font-size: 85%;
  padding-left: 0.4rem;
}
.tracking-item-pending .tracking-content {
  padding: 0.5rem 0.8rem;
  background-color: #f4f4f4;
  border-radius: 0.5rem;
}
.tracking-item-pending .tracking-content span {
  display: block;
  color: #767676;
  font-size: 13px;
}
.tracking-item-pending .tracking-icon {
  line-height: 2.6rem;
  position: absolute;
  left: -0.7rem;
  width: 1.1rem;
  height: 1.1rem;
  text-align: center;
  border-radius: 50%;
  font-size: 1.1rem;
  color: #d6d6d6;
}
.tracking-item-pending .tracking-content {
  font-weight: 600;
  font-size: 17px;
}

.tracking-item .tracking-icon.status-current {
  width: 1.9rem;
  height: 1.9rem;
  left: -1.1rem;
}
.tracking-item .tracking-icon.status-intransit {
  color: #136f45;
  background-color: #136f45;
  font-size: 0.6rem;
}
.tracking-item .tracking-icon.status-current {
  color: #136f45;
  font-size: 0.6rem;
}
@media (min-width: 992px) {
  .tracking-item {
    margin-left: 10rem;
  }
  .tracking-item .tracking-date {
    position: absolute;
    left: -10rem;
    width: 7.5rem;
    text-align: right;
  }
  .tracking-item .tracking-date span {
    display: block;
  }
  .tracking-item .tracking-content {
    padding: 0;
    background-color: transparent;
  }

  .tracking-item-pending {
    margin-left: 10rem;
  }
  .tracking-item-pending .tracking-date {
    position: absolute;
    left: -10rem;
    width: 7.5rem;
    text-align: right;
  }
  .tracking-item-pending .tracking-date span {
    display: block;
  }
  .tracking-item-pending .tracking-content {
    padding: 0;
    background-color: transparent;
  }
}

.tracking-item .tracking-content {
  font-weight: 600;
  font-size: 17px;
}

.blinker {
  border: 7px solid #e9f8ea;
  animation: blink 1s;
  animation-iteration-count: infinite;
}
@keyframes blink {
  50% {
    border-color: #fff;
  }
}

.tracking-date  {
  display: none;
}

.tracking-item .tracking-content {
  font-weight: 600;
  font-size: 17px;
  border: 1px solid #136f45;
  width: 230px;
  padding: 15px 20px;
  /* position: relative; */
  /* top: -27px; */
  border-top-left-radius: 0;
}

.tracking-item-pending .tracking-content  {
  font-weight: 600;
  font-size: 17px;
  background: transparent;
  border: 1px solid #136f45;
  width: 230px;
  padding: 15px 20px;
  /* position: relative; */
  /* top: -27px; */
  border-top-left-radius: 0;
}

textarea.form-registration-filed  {
  height: auto !important;
}

.nav-tabs .nav-link {
  margin-right: 10px;
}

/* Captcha Code */

.captcha {
	background-color:#f9f9f9;
	border:2px solid #d3d3d3;
	border-radius:5px;
	color:#4c4a4b;
	display:flex;
	justify-content:center;
	align-items:center;
}

@media screen and (max-width: 500px) {
	.captcha {
		flex-direction:column;
	}
	.text {
		margin:.5em!important;
		text-align:center;
	}
	.logo {
		align-self: center!important;
	}
	.spinner {
		margin:2em .5em .5em .5em!important;
	}
}

.text {
	font-size:14px;
	font-weight:500;
	margin-right:0;
}
.spinner {
	position:relative;
	width:2em;
	height:2em;
	display:flex;
	margin:2em 1em;
	align-items:center;
	justify-content:center;
}
.spinner input[type="checkbox"] { position: absolute; opacity: 0; z-index: -1; }
.spinner input[type="checkbox"]+.checkmark {
	display:inline-block;
	width:2em;
	height:2em;
	background-color:#fcfcfc;
	border:2.5px solid #c3c3c3;
	border-radius:3px;
	display:flex;
	justify-content:center;
	align-items:center;
	cursor: pointer;
}
.spinner input[type="checkbox"]+.checkmark span {
	content:'';
	position:relative;/*
	position:absolute;
	border-bottom:3px solid;
	border-right:3px solid;
	border-color:#029f56;*/
	margin-top:-3px;
	transform:rotate(45deg);
	width:.75em;
	height:1.2em;
	opacity:0;
}
.spinner input[type="checkbox"]+.checkmark>span:after {
	content:'';
	position:absolute;
	display:block;
	height:3px;
	bottom:0;left:0;
	background-color:#029f56;
}
.spinner input[type="checkbox"]+.checkmark>span:before {
	content:'';
	position:absolute;
	display:block;
	width:3px;
	bottom:0;right:0;
	background-color:#029f56;
}
/*.spinner input[type="checkbox"]:checked+.checkmark {
	animation:2s spin forwards;
}*/
.spinner input[type="checkbox"]:checked+.checkmark>span {
	animation:1s fadein 1.9s forwards;
}
.spinner input[type="checkbox"]:checked+.checkmark>span:after {animation:.3s bottomslide 2s forwards;}
.spinner input[type="checkbox"]:checked+.checkmark>span:before {animation:.5s rightslide 2.2s forwards;}
@keyframes fadein {
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes bottomslide {
	0% {width:0;}
	100% {width:100%;}
}
@keyframes rightslide {
	0% {height:0;}
	100% {height:100%;}
}
.logo {
	display:flex;
	flex-direction:column;
	align-items:center;
	height:100%;
	align-self:flex-end;
	margin:0.5em 1em;
}
.logo img {
	height:2em;
	width:2em;
}
.logo p {
	color:#9d9ba7;
	margin:0;
	font-size:1em;
	font-weight:700;
	margin:.4em 0 .2em 0;
}
.logo small {
	color:#9d9ba7;
	margin:0;
	font-size:.8em;
}
/*@keyframes spin {
	10% {
		width:0;
		height:0;
		border-width:6px;
	}
	30% {
		width:0;
		height:0;
		border-radius:50%;
		border-width:1em;
		transform: rotate(0deg);
		border-color:rgb(199,218,245);
	}
	50% {
		width:2em;
		height:2em;
		border-radius:50%;
		border-width:4px;
		border-color:rgb(199,218,245);
		border-right-color:rgb(89,152,239);
	}
	70% {
		border-width:4px;
		border-color:rgb(199,218,245);
		border-right-color:rgb(89,152,239);
	}
	90% {
		border-width:4px;
	}
	100% {
		width:2em;
		height:2em;
		border-radius:50%;
		transform: rotate(720deg);
		border-color:transparent;
	}
}*/


/* Additional styles for Registration Form page */
.latest-style .nav-tabs .nav-link.active::before {
    background: unset !important;
}

.latest-style .nav-tabs .nav-link.active, .latest-style .nav-tabs .nav-item.show .nav-link {
    font-weight: unset !important;
    font-size: unset;
}

.latest-style h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-weight: 500;
}

.latest-style .form-group {
    margin: 0;
}

.latest-style form label {
    font-weight: 500 !important;
    width: -webkit-fill-available;
}

.user-registration .user_registration {
    display: none !important;
}

.company-registration .company_registration {
    display: none !important;
}
.cart_div .o_wsale_my_cart {
    display: none !important;
}

.white-bar-strip .check-btn span {
    border-radius: 8px;
    /* border: 1px solid #136F45; */
    color: #737373 !important;
    padding: 1px 10px;
    font-size: 12px;
    font-weight: 500;
}

.white-bar-strip .check-btn input:checked+span {
    border: 1px solid #136F45 !important;
}

.white-bar-strip label {
    margin-bottom: unset !important;
}

#Aviation1 {
    width: 100%;
}

#Aviation1 .select-form img {
    position: absolute;
    left: 11px;
    top: 10px;
}

#Aviation1 .select-items div, .select-selected {
      color: #000;
      padding: 13px 20px 13px 45px;
      cursor: pointer;
      user-select: none;
      height: unset;
      min-height: 50px;
      border-radius: 0.375rem !important;

  }

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    color: #fff !important;
    background: #136F45 !important;
}

.table th, .table td {
    vertical-align: middle !important;
}

.data-table .table > tbody {
    border-bottom: none !important;
}

.data-table .table > tbody tr:nth-child(2n + 2) {
  background-color: unset !important;
}

#wrapwrap table.table.table-bordered, .o_editable table.table.table-bordered {
    table-layout: unset !important;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    font-weight: 500 !important;
}

.form-control::placeholder {
  color: #9b9b9b !important;
  opacity: 1 !important;
  font-size: 13px !important;
}

.navbar-brand, .navbar-text, .navbar .nav-link {
    font-family: 'Montserrat' !important;
}

.btn {
    font-family: 'Montserrat' !important;
}

.bg-primary {
    background-color: unset !important;
}

.result_table_accordian {
    background: #efefef !important;
    color: #727070 !important;
    padding: 8px !important;
    font-size: 12px !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
}

footer {
    z-index: 9!important;
}

.order_history_search .select-form select, .order_history_search .form-registration-filed {
    background: #ecf4ee !important;
}

#table_filter {
    border-right: 0px !important;
    border-top: 0px !important;
    border-left: 0px !important;
}

#table_filter th:first-child {
  border-left: none;
}
#table_filter th:last-child {
    border-right: 0px;
}
#table_filter tbody tr {
  border-top: 0px !important;
}
#table_filter tbody tr td:first-child {
    border-left: 0px !important;
}
#table_filter tbody tr td:last-child {
    border-right: 0px !important;
}
.gfa-swal-warning{
    background-color: #136f45 !important;
}

.dwnld-invic{
    margin: 0px;
}
#order_table th:last-child {
    width: 18%;
}
#OrderSummaryTable .dwnld-invic{
    padding-top: 10px ;
}
#OrderSummaryTable .dwnld-invic:first-child{
    padding-top: 0px !important;
}
#OrderSummaryTable .download-btn{
    position: unset;
}

#part_search_custom img {
    height : 28px;
}
#rfq_table a.download-btn{
    color: #fff !important;
}
#home select option {
  background-color: white;
}


.radio-checkout-2strip:hover {
    border: 2px solid #007848 !important;
}

.checkmark {
    background-color: #007848 !important;
}

.customradio input:checked ~ .checkmark {
    background-color: white !important;
    border: 5px solid #007848 !important;
}

.file-download-checkout-2 {
    border: 1px solid #007848;
}
div.modal-dialog:has(button.button_custom_class){
    width: 525px !important;
    }
div.o_legacy_dialog:has(button.button_custom_class){
    overflow: hidden;
    }
button.button_custom_class{
    color: #fff !important;
    background-color: #136f45 !important;
    }
button.button_custom_class:hover{
    color: #136f45 !important;
    background-color: #fff !important;
    }
